mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-15 00:07:39 -04:00
Fixed objectMutex error with char loading
This shouldn't happen or be needed to begin with.... but it does.
This commit is contained in:
@@ -994,6 +994,7 @@ public class ObjectService implements INetworkDispatch {
|
||||
|
||||
creature.viewChildren(creature, true, true, (object) -> {
|
||||
if(object.getMutex() == null)
|
||||
object.initializeBaselines();
|
||||
object.initAfterDBLoad();
|
||||
if(object.getParentId() != 0 && object.getContainer() == null)
|
||||
object.setParent(getObject(object.getParentId()));
|
||||
|
||||
Reference in New Issue
Block a user