Fixes awareness bug

This commit is contained in:
wallaceg09
2015-06-05 12:15:21 -05:00
parent cdf3263b8e
commit 425ac416b7
+1
View File
@@ -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;