reset mine production resources

This commit is contained in:
2024-04-21 14:47:17 -05:00
parent 2854472ae0
commit 961258f67a
+1
View File
@@ -282,6 +282,7 @@ public class Mine extends AbstractGameObject {
for (Mine mine : serverMines) {
Mine.mineMap.put(mine, mine.buildingID);
Mine.towerMap.put(mine.buildingID, mine);
mine.mineType = MineProduction.ALL;
}
try {