fixed production bug for mines

This commit is contained in:
2024-09-12 20:21:11 -05:00
parent a7ab38f40c
commit 36340c4e52
+1 -1
View File
@@ -429,7 +429,7 @@ public class Mine extends AbstractGameObject {
writer.putInt(this.getModifiedProductionAmount());
writer.putInt(this.getModifiedProductionAmount()); //TODO calculate range penalty here
writer.putInt(3600); //window in seconds
writer.putInt(this.isExpansion() ? this.mineType.xpacHash : this.mineType.hash);
writer.putInt(this.mineType.hash);
}
@Override