mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-28 23:15:53 -04:00
Uncommented line in destroyObject
This commit is contained in:
@@ -410,7 +410,7 @@ public class ObjectService implements INetworkDispatch {
|
||||
}
|
||||
});
|
||||
objectList.remove(object.getObjectID());
|
||||
//core.simulationService.remove(object, object.getPosition().x, object.getPosition().y);
|
||||
core.simulationService.remove(object, object.getPosition().x, object.getPosition().y);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user