From 63b39cdb727c80c6c151c4005a693d22988041df Mon Sep 17 00:00:00 2001 From: JrTRinny <85090668+JrTRinny@users.noreply.github.com> Date: Tue, 14 Sep 2021 20:32:08 +0700 Subject: [PATCH] there is no cliffs (#5991) --- core/src/mindustry/Vars.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/Vars.java b/core/src/mindustry/Vars.java index e7804deea8..3f44a0511e 100644 --- a/core/src/mindustry/Vars.java +++ b/core/src/mindustry/Vars.java @@ -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 = "";