small fix

This commit is contained in:
Boos 2012-03-21 00:35:45 +01:00
parent 74d65f309a
commit 4022e98513
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ public class boosCoolDownListener implements Listener {
boosChat.sendMessageToPlayer(player, msg);
return false;
}
if(!event.isCancelled()){
if(!event.isCancelled() && boosConfigManager.getCommandLogging()){
boosCoolDown.commandLogger(player.getName(), pre);
}
return false;