9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 18:19:14 +00:00
This commit is contained in:
Daniel Mills
2020-01-06 01:07:19 -05:00
parent ed0efec628
commit 8b8d59065f

View File

@@ -12,7 +12,7 @@ public class Settings
public PerformanceMode performanceMode = PerformanceMode.UNLIMITED;
public int threadCount = 12;
public int threadPriority = Thread.MAX_PRIORITY;
public boolean loadonstart = true;
public boolean loadonstart = false;
}
public static class GeneratorSettings