fixed bug with command blocking

This commit is contained in:
Boos 2012-03-22 11:25:38 +01:00
parent 87f1d5b920
commit 811e6cd3a4
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ public class boosCoolDownListener implements Listener {
this.checkCooldown(event, player, preSub, messageSub);
used = true;
} else {
blocked = blocked(player, preSub, messageSub);
blocked = blocked(player, preCommand, messageCommand);
this.checkCooldown(event, player, preCommand,
messageCommand);
used = true;

View File

@ -1,6 +1,6 @@
name: boosCooldown
main: cz.boosik.boosCooldown.boosCoolDown
version: 2.3.0 beta
version: 2.4.1 beta
author: boosik
softdepend: [Vault,PermissionsEX]
description: >