removed annoying message

This commit is contained in:
Lucas Pleß 2012-06-13 23:09:23 +02:00
parent 1758c33e67
commit 49d6152369
1 changed files with 0 additions and 1 deletions

View File

@ -314,7 +314,6 @@ public class TheGame implements StatemachineListener, GuiEventListener, IRCEvent
if(stateName.equals(params)) {
ok = true;
machine.setNewState(st);
ircClient.say("consider it done, sir!");
break;
}
}