Unused lastXYZ timers set but never used.

This commit is contained in:
2023-08-21 04:19:20 -04:00
parent dbca131a0f
commit c79d9ae891
5 changed files with 3 additions and 40 deletions
@@ -1197,8 +1197,6 @@ public enum CombatManager {
if (target.getObjectType().equals(GameObjectType.PlayerCharacter))
pc.setLastPlayerAttackTime();
else
pc.setLastMobAttackTime();
}
public static float getWeaponRange(ItemBase weapon, PlayerBonuses bonus) {