fix in column name

This commit is contained in:
2023-10-20 16:37:42 -04:00
parent 14ba9d0f7f
commit cb0ba901de
+1 -1
View File
@@ -45,7 +45,7 @@ public class ZoneTemplate {
this.max_blend = rs.getFloat("zone_max_blend");
this.has_water = rs.getString("zone_has_water");
this.sea_level = rs.getFloat("zone_sea_level");
this.has_terrain = rs.getString("zone_has_terrain");
this.has_terrain = rs.getString("zone_has_terrain_gen");
this.terrain_type = rs.getString("terrain_type");
this.terrain_max_y = rs.getFloat("terrain_max_y");
this.terrain_image = rs.getInt("terrain_image");