mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
Added cooldown resets for commands that arent executed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user