mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-14 00:03:01 -04:00
Fixes awareness bug
This commit is contained in:
@@ -238,6 +238,7 @@ public class ObjectManager extends Manager {
|
||||
SWGObject obj = objects.remove(objId);
|
||||
if (obj == null)
|
||||
return null;
|
||||
obj.clearAware();
|
||||
objectAwareness.remove(obj);
|
||||
Log.i("ObjectManager", "Deleted object %d [%s]", obj.getObjectId(), obj.getTemplate());
|
||||
return obj;
|
||||
|
||||
Reference in New Issue
Block a user