mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
debugging...
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user