forked from MagicBane/Server
Debug code removed.
This commit is contained in:
@@ -2261,12 +2261,8 @@ public enum PowersManager {
|
||||
defense = tar.getDefenseRating();
|
||||
} else
|
||||
defense = 0f;
|
||||
// Get hit chance
|
||||
|
||||
if (pc.getDebug(16)) {
|
||||
String smsg = "ATR: " + atr + ", Defense: " + defense;
|
||||
ChatManager.chatSystemInfo(pc, smsg);
|
||||
}
|
||||
// Get hit chance
|
||||
|
||||
int chance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user