diff --git a/ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Program/Program.cs b/ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Program/Program.cs index bcb79cf..25b49ed 100644 --- a/ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Program/Program.cs +++ b/ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Program/Program.cs @@ -25,7 +25,7 @@ namespace LightReflectiveMirror GetPublicIP(); - bool noConfig = bool.TryParse(Environment.GetEnvironmentVariable("NO_CONFIG") ?? "false", out noConfig) ? false : noConfig; + bool noConfig = bool.Parse(Environment.GetEnvironmentVariable("NO_CONFIG") ?? "false"); if (!File.Exists(CONFIG_PATH) && !noConfig) {