Fixed LD bug when characters log out, as well as player tags in general

This commit is contained in:
Obique PSWG
2015-08-20 19:08:50 -05:00
parent ae8830e9b4
commit a69046f47c
5 changed files with 53 additions and 30 deletions
+2
View File
@@ -276,6 +276,8 @@ public class ObjectManager extends Manager {
objectAwareness.remove(p.getCreatureObject());
for (SWGObject obj : p.getCreatureObject().getObservers())
p.getCreatureObject().destroyObject(obj.getOwner());
p.getCreatureObject().setOwner(null);
p.setCreatureObject(null);
break;
case PE_FIRST_ZONE:
if (p.getCreatureObject().getParent() == null)