forked from MagicBane/Server
removed redundant setCombatTarget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user