staticservice fix, hopefully

This commit is contained in:
Matt Parnell
2014-10-05 01:21:10 -05:00
parent 0a60cf3c7a
commit ca1f3fd6b8
+4 -1
View File
@@ -127,7 +127,10 @@ public class StaticService implements INetworkDispatch {
long buildingId = 0;
int cellNumber = 0;
SWGObject cell = core.objectService.getObject(cellId);
if (cellId != 0L) {
SWGObject cell = core.objectService.getObject(cellId);
return null;
}
if (cellId != 0 && cell == null) {
System.err.println("CellId invalid for template " + template);