improve?!?!
This commit is contained in:
parent
efb8e3ad41
commit
0d36df164d
1 changed files with 1 additions and 2 deletions
|
@ -86,8 +86,7 @@ public class ChatPlugin extends Bot.Listener {
|
|||
if (playerMessage != null) break;
|
||||
}
|
||||
|
||||
PlayerMessage commandSpyMessage;
|
||||
commandSpyMessage = commandSpyParser.parse(component);
|
||||
final PlayerMessage commandSpyMessage = commandSpyParser.parse(component);
|
||||
|
||||
for (Listener listener : listeners) {
|
||||
listener.systemMessageReceived(component);
|
||||
|
|
Loading…
Reference in a new issue