Merge pull request #7845 from deathbeam/normalize-cox-challenge

Normalize CoX CM naming from boss log and chat message
This commit is contained in:
Tomas Slusny
2019-02-15 12:34:28 +00:00
committed by GitHub

View File

@@ -299,7 +299,7 @@ public class ChatCommandsPlugin extends Plugin
Widget boss = bossChildren[i];
Widget kill = killsChildren[i];
String bossName = boss.getText();
String bossName = boss.getText().replace(":", "");
int kc = Integer.parseInt(kill.getText().replace(",", ""));
if (kc != getKc(bossName))
{