pet buff trouble shooting
This commit is contained in:
@@ -241,6 +241,7 @@ public enum PowersManager {
|
||||
// ChatManager.chatSayInfo(pc, "Recycle timer not finished!");
|
||||
|
||||
Logger.warn("usePowerA(): Cheat attempted? '" + msg.getPowerUsedID() + "' recycle timer not finished " + playerCharacter.getName());
|
||||
ChatManager.chatSystemInfo(PlayerCharacter.getPlayerCharacter(msg.getSourceID()), "Cheat Attempted?");
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -270,6 +271,7 @@ public enum PowersManager {
|
||||
// ChatManager.chatSayInfo(pc, "You may not cast that spell!");
|
||||
|
||||
Logger.info("usePowerA(): Cheat attempted? '" + msg.getPowerUsedID() + "' was not associated with " + playerCharacter.getName());
|
||||
ChatManager.chatSystemInfo(PlayerCharacter.getPlayerCharacter(msg.getSourceID()), "Cheat Attempted2?");
|
||||
return true;
|
||||
}
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user