bugfix-merge issue in constructor.

This commit is contained in:
2023-03-01 16:12:17 -05:00
parent 7d655bc44b
commit 110a05d5a4
-2
View File
@@ -68,8 +68,6 @@ public class Mine extends AbstractGameObject {
this.mineType = MineProduction.getByName(rs.getString("mine_type"));
float offsetX = rs.getFloat("mine_offsetX");
float offsetZ = rs.getFloat("mine_offsetZ");
int ownerUID = rs.getInt("mine_ownerUID");
this.buildingID = rs.getInt("mine_buildingUID");
this.flags = rs.getInt("flags");