Normalize CoX CM naming from boss long and chat message
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user