diff --git a/Assembly-CSharp/ModLoader/ModLoader.cs b/Assembly-CSharp/ModLoader/ModLoader.cs index 695b436..cefd9ae 100644 --- a/Assembly-CSharp/ModLoader/ModLoader.cs +++ b/Assembly-CSharp/ModLoader/ModLoader.cs @@ -11,7 +11,7 @@ public class ModLoader { public static readonly string dataPath = Application.dataPath.Replace("/", "\\"); - public static readonly string ModPath = dataPath + "\\Mods"; // No, it cannot be const + public static readonly string ModPath = dataPath + "\\Mods"; public static Mod[] LoadedMods; public static List LoadedModPlayers = new(); public static List LoadedGlobalEnemies = new();