Implement build autopausing (#1017)

Automatically pause building after current build queue is empty
This commit is contained in:
iczero
2019-11-08 16:56:06 -05:00
committed by Anuken
parent 796241b40a
commit ebee4fa5da
5 changed files with 15 additions and 0 deletions

View File

@@ -228,6 +228,9 @@ public class SettingsMenuDialog extends SettingsDialog{
game.checkPref("blockreplace", true);
game.checkPref("conveyorpathfinding", true);
game.checkPref("hints", true);
if(!mobile){
game.checkPref("buildautopause", false);
}
if(steam && !Version.modifier.contains("beta")){
game.checkPref("publichost", false, i -> {