mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-04 05:16:21 -04:00
Fixed syntax err with previous commit
This commit is contained in:
@@ -115,7 +115,7 @@ public class StaticService implements INetworkDispatch {
|
||||
|
||||
if (cellId != 0 && cell == null) {
|
||||
System.err.println("CellId invalid for template " + template);
|
||||
return;
|
||||
return null;
|
||||
}
|
||||
|
||||
if (cell != null && cell.getContainer() != null && cell.getContainer() instanceof BuildingObject) {
|
||||
|
||||
Reference in New Issue
Block a user