debugging...

This commit is contained in:
Matt Parnell
2014-10-05 01:07:23 -05:00
parent d2f81b7dc4
commit 9fb4c11d29
+2 -3
View File
@@ -575,9 +575,8 @@ public class ObjectService implements INetworkDispatch {
if (objectList.containsKey(objectID)) {
System.err.println("getObject(): object is null but objectList contains objectID key");
} else {
System.err.println("getObject(): object of id "+ objectID + "is null. Destroying object.");
destroyObject(object,0);
return null;
System.err.println("getObject(): object of id "+ objectID + "is null.");
Thread.currentThread().getStackTrace();
}
}