We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20686c5 commit f51a56bCopy full SHA for f51a56b
Assets/MapEditor/Managers/AssetManager.cs
@@ -35,7 +35,7 @@ public static void Initialise(string bundlesRoot)
35
return;
36
}
37
38
- if (!SettingsManager.RustDirectory.EndsWith("Rust"))
+ if (!SettingsManager.RustDirectory.EndsWith("Rust") && !SettingsManager.RustDirectory.EndsWith("RustStaging"))
39
{
40
Debug.LogError("Not a valid Rust install directory: " + SettingsManager.RustDirectory);
41
0 commit comments