mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
Fixed #255: Evasion not exiting combat
This commit is contained in:
@@ -775,8 +775,7 @@ public class SimulationService implements INetworkDispatch {
|
||||
core.removeClient(session);
|
||||
|
||||
object.setAttachment("disconnectTask", disconnectTask);
|
||||
for(TangibleObject obj : new Vector<TangibleObject>(object.getDefendersList()))
|
||||
object.removeDefender(obj); // temp fix for being stuck in combat
|
||||
core.combatService.endCombat(object); // temp fix for ending combat on disconnect
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user