How about we declare async commands as async

This commit is contained in:
mbax 2012-11-25 00:38:44 -05:00
parent 1e9cf01e23
commit 98d3b8cf0d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class FactionsChatListener implements Listener
ChatMode chat = me.getChatMode();
// slashless factions commands need to be handled here if the user isn't in public chat mode
if (chat != ChatMode.PUBLIC && p.handleCommand(talkingPlayer, msg))
if (chat != ChatMode.PUBLIC && p.handleCommand(talkingPlayer, msg, false, true))
{
if (Conf.logPlayerCommands)
Bukkit.getLogger().log(Level.INFO, "[PLAYER_COMMAND] "+talkingPlayer.getName()+": "+msg);