This commit is contained in:
Anuken
2022-01-23 22:33:36 -05:00
parent a3c5243380
commit 12766dda56
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ public class ThermalGenerator extends PowerGenerator{
public ThermalGenerator(String name){
super(name);
noUpdateDisabled = true;
}
@Override