Dont confuse constants and configuration options.

This commit is contained in:
Olof Larsson
2013-04-10 12:52:22 +02:00
parent 44493bbea3
commit c4868935ed
8 changed files with 99 additions and 79 deletions

View File

@ -31,7 +31,6 @@ public class HerochatListener implements Listener
{
// Should we even parse?
if ( ! ConfServer.chatParseTags) return;
if (ConfServer.chatTagHandledByAnotherPlugin) return;
Player from = event.getSender().getPlayer();
FPlayer fpfrom = FPlayerColl.i.get(from);