Skip to content

Commit

Permalink
Remove debug message onPlayerChat.
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed Apr 10, 2013
1 parent 23696f1 commit 4c49ecf
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -142,7 +142,6 @@ public void loginEvent(PlayerQuitEvent event) {
// Handle determine message
if (determination.toUpperCase().startsWith("MESSAGE"))
event.setQuitMessage(aH.getStringFrom(determination));

}

@EventHandler
Expand Down Expand Up @@ -281,8 +280,6 @@ public void playerChat(AsyncPlayerChatEvent event) {

String determination = doEvent("player chats", null, event.getPlayer(), context);

dB.echoDebug(determination);

if (determination.toUpperCase().startsWith("CANCELLED"))
event.setCancelled(true);
if (determination.toUpperCase().startsWith("MESSAGE"))
Expand Down

0 comments on commit 4c49ecf

Please sign in to comment.