Added cooldown resets for commands that arent executed

This commit is contained in:
Light2
2013-09-22 18:47:41 +02:00
parent 5ff085adcc
commit 110f8ae237
4 changed files with 33 additions and 11 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ public class BuffService implements INetworkDispatch {
public void addBuffToCreature(final CreatureObject creature, String buffName) {
if(!FileUtilities.doesFileExist("scripts/buffs/" + buffName + ".py")) {
System.out.println("Buff script doesnt exist for: " + buffName);
//System.out.println("Buff script doesnt exist for: " + buffName);
return;
}