1 seems to have issues right now

This commit is contained in:
Jesse Boyd 2016-07-27 08:29:59 +10:00
parent 3d15022167
commit 1835748d85

View File

@ -213,7 +213,7 @@ public class Settings extends Config {
" - 1 = Optimal (Relight changed light sources and changed blocks)",
" - 2 = All (Slowly relight every blocks)"
})
public static int MODE = 1;
public static int MODE = 2;
}
public static void save(File file) {