class and table schema now conform to JSON

This commit is contained in:
2023-09-20 16:06:57 -04:00
parent be107c0858
commit 34d450fecf
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ public class HeightMap {
HeightMap heightMap = new HeightMap(zone);
HeightMap.heightmapByLoadNum.put(zone.zoneTemplate, heightMap);
HeightMap.heightmapByLoadNum.put(zone.template, heightMap);
}