mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-27 17:57:22 -04:00
fixed cast error
This commit is contained in:
@@ -845,7 +845,7 @@ public class SimulationService implements INetworkDispatch {
|
||||
|
||||
if (object.getAttachment("disconnectTask") != null) {
|
||||
try {
|
||||
core.combatService.endCombat(object);
|
||||
core.combatService.endCombat((CreatureObject) object);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user