mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-14 00:03:01 -04:00
Commented out clear aware in delete object causing awareness issues on relogging
This commit is contained in:
@@ -238,7 +238,7 @@ public class ObjectManager extends Manager {
|
||||
SWGObject obj = objects.remove(objId);
|
||||
if (obj == null)
|
||||
return null;
|
||||
obj.clearAware();
|
||||
//obj.clearAware(); // This caused problems with logging in and back out not being able to see anyone at all
|
||||
objectAwareness.remove(obj);
|
||||
Log.i("ObjectManager", "Deleted object %d [%s]", obj.getObjectId(), obj.getTemplate());
|
||||
return obj;
|
||||
|
||||
Reference in New Issue
Block a user