db handler created

This commit is contained in:
2023-11-05 12:43:35 -05:00
parent 19cbbd7176
commit 9aa89a544c
@@ -573,8 +573,9 @@ public class dbBuildingHandler extends dbHandlerBase {
if (BuildingManager._hull_data.get(propID) == null) {
meshList = new ArrayList<>();
BuildingManager._hull_data.put(propID, meshList);
meshList.add(propID, vertArrayList);
BuildingManager._hull_data.put(propID, meshList);
} else {
meshList = BuildingManager._hull_data.get(propID);
meshList.add(propID, vertArrayList);