fix of previous fix

This commit is contained in:
Boos 2012-03-20 23:35:46 +01:00
parent 072fbccfa6
commit 6a02ee55ec
1 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ public class boosCoolDownListener implements Listener {
messageCommand.length());
preSub = preCommand + ' ' + preSub;
preSubCheck = preSubCheck(player, preSub);
if (preCDCheck(player, preSub) >= 0){
if (preCDCheck(player, preSub) > 0){
preSubCheck = 0;}
if (prePriceCheck(player, preSub) >= 0){
if (prePriceCheck(player, preSub) > 0){
preSubCheck = 0;}
if (preSubCheck >= 0) {
blocked = blocked(player, preSub);