Support for wave shields

This commit is contained in:
Anuken
2020-05-20 17:16:18 -04:00
parent dc58626602
commit 78f24b8840
10 changed files with 70 additions and 31 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ public class Vars implements Loadable{
/** whether typing into the console is enabled - developers only */
public static boolean enableConsole = false;
/** whether to clear sector saves when landing */
public static boolean clearSectors = false;
public static boolean clearSectors = true;
/** whether any light rendering is enabled */
public static boolean enableLight = true;
/** application data directory, equivalent to {@link Settings#getDataDirectory()} */