|
|
|
@ -241,6 +241,7 @@ public enum PowersManager {
@@ -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 {
@@ -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 |
|
|
|
|