Change boss kill screenshot naming

Change it to use the same formatting used for raids 1/2 and barrows
This commit is contained in:
Magic fTail
2018-08-22 17:48:15 +02:00
parent 6807be8899
commit 28a67cc760

View File

@@ -352,7 +352,7 @@ public class ScreenshotPlugin extends Plugin
{
String bossName = m.group(1);
String bossKillcount = m.group(2);
String fileName = bossName + " kill " + bossKillcount;
String fileName = bossName + "(" + bossKillcount + ")";
takeScreenshot(fileName);
}
}