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
@@ -131,8 +131,6 @@ public class StealPowerAction extends AbstractPowerAction {
//Handle target attacking back if in combat and has no other target
CombatManager.handleRetaliate(ownerAC, sourcePlayer);
} else if (owner.getObjectType().equals(Enum.GameObjectType.Mob)) {
sourcePlayer.setLastMobAttackTime(); //mark thief as mob aggressive
} else
return;