Method inlined

This commit is contained in:
2023-10-09 06:16:25 -04:00
parent 085f79cefd
commit 95558371df
7 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public class WorldDataMsg extends ClientNetMsg {
// TODO replace this return with SerializationException
Zone root = ZoneManager.getSeaFloor();
Zone root = ZoneManager.seaFloor;
if (root == null) {
Logger.error("Failed to find Sea Floor!");
return;