terraformsize
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
package engine.net.client.msg;
|
package engine.net.client.msg;
|
||||||
|
|
||||||
|
import engine.Enum;
|
||||||
import engine.Enum.GameObjectType;
|
import engine.Enum.GameObjectType;
|
||||||
import engine.net.AbstractConnection;
|
import engine.net.AbstractConnection;
|
||||||
import engine.net.ByteBufferReader;
|
import engine.net.ByteBufferReader;
|
||||||
@@ -42,8 +43,8 @@ public class CityZoneMsg extends ClientNetMsg {
|
|||||||
this.locY = locY;
|
this.locY = locY;
|
||||||
this.locZ = locZ;
|
this.locZ = locZ;
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.radiusX = radiusX;
|
this.radiusX = Enum.CityBoundsType.GRID.extents;
|
||||||
this.radiusZ = radiusZ;
|
this.radiusZ = Enum.CityBoundsType.GRID.extents;
|
||||||
this.unknown01 = 0;
|
this.unknown01 = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user