custom races
This commit is contained in:
@@ -43,8 +43,8 @@ public class CityZoneMsg extends ClientNetMsg {
|
||||
this.locY = locY;
|
||||
this.locZ = locZ;
|
||||
this.name = name;
|
||||
this.radiusX = Enum.CityBoundsType.GRID.extents;
|
||||
this.radiusZ = Enum.CityBoundsType.GRID.extents;
|
||||
this.radiusX = Enum.CityBoundsType.ZONE.extents;
|
||||
this.radiusZ = Enum.CityBoundsType.ZONE.extents;
|
||||
this.unknown01 = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user