|
@@ -43,7 +43,7 @@ public class Arena implements Cloneable {
|
|
|
@SerializedName("game_respawn") private GameRespawnConfiguration respawn = new GameRespawnConfiguration();
|
|
|
@SerializedName("do_tile_drops") private boolean doTileDrops = false;
|
|
|
@SerializedName("keep_inventory") private boolean keepInventory = false;
|
|
|
- @SerializedName("max_height") private int maxHeight = 170;
|
|
|
+ @SerializedName("max_move_height") private int maxMoveHeight = 170;
|
|
|
@SerializedName("death_height") private int deathHeight = 65;
|
|
|
@SerializedName("game_duration") private int gameDuration = 30;
|
|
|
@SerializedName("fireball") private FireballConfiguration fireballConfiguration = new FireballConfiguration();
|