removed redundant setCombatTarget

This commit is contained in:
2023-09-10 13:39:27 -05:00
parent 5fb3e0fe14
commit 0f948d4e2a
@@ -67,7 +67,6 @@ public class AttackCmdMsgHandler extends AbstractClientMsgHandler {
}
if(target == null) {
playerCharacter.setCombatTarget(null);
return true; // cannot attack a null target
}
//set sources target