Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features

This commit is contained in:
Anuken
2021-09-15 20:51:57 -04:00
15 changed files with 77 additions and 56 deletions

View File

@@ -40,7 +40,7 @@ public class Vars implements Loadable{
public static boolean loadLocales = true;
/** Whether the logger is loaded. */
public static boolean loadedLogger = false, loadedFileLogger = false;
/** Whether to enable various experimental features (e.g. cliffs) */
/** Whether to enable various experimental features (e.g. spawn positions for spawn groups) */
public static boolean experimental = false;
/** Name of current Steam player. */
public static String steamPlayerName = "";