mine serializing
This commit is contained in:
@@ -203,6 +203,7 @@ public class Mine extends AbstractGameObject {
|
|||||||
writer.putFloat(mine.parentZone.getLoc().x);
|
writer.putFloat(mine.parentZone.getLoc().x);
|
||||||
writer.putFloat(mine.parentZone.getLoc().y);
|
writer.putFloat(mine.parentZone.getLoc().y);
|
||||||
writer.putFloat(mine.parentZone.getLoc().z);
|
writer.putFloat(mine.parentZone.getLoc().z);
|
||||||
|
Logger.error("Mine Tower Was Null For Mine: " + mine.getObjectUUID());
|
||||||
}
|
}
|
||||||
|
|
||||||
writer.putInt(mine.isExpansion() ? mine.mineType.xpacHash : mine.mineType.hash);
|
writer.putInt(mine.isExpansion() ? mine.mineType.xpacHash : mine.mineType.hash);
|
||||||
|
|||||||
Reference in New Issue
Block a user