Merge pull request #7845 from deathbeam/normalize-cox-challenge
Normalize CoX CM naming from boss log and chat message
This commit is contained in:
@@ -299,7 +299,7 @@ public class ChatCommandsPlugin extends Plugin
|
|||||||
Widget boss = bossChildren[i];
|
Widget boss = bossChildren[i];
|
||||||
Widget kill = killsChildren[i];
|
Widget kill = killsChildren[i];
|
||||||
|
|
||||||
String bossName = boss.getText();
|
String bossName = boss.getText().replace(":", "");
|
||||||
int kc = Integer.parseInt(kill.getText().replace(",", ""));
|
int kc = Integer.parseInt(kill.getText().replace(",", ""));
|
||||||
if (kc != getKc(bossName))
|
if (kc != getKc(bossName))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user