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.
2 parents b0e668f + f51a56b commit e018790Copy full SHA for e018790
1 file changed
Assets/MapEditor/Managers/AssetManager.cs
@@ -37,7 +37,7 @@ public static void Initialise(string bundlesRoot)
37
return;
38
}
39
40
- if (!SettingsManager.RustDirectory.EndsWith("Rust"))
+ if (!SettingsManager.RustDirectory.EndsWith("Rust") && !SettingsManager.RustDirectory.EndsWith("RustStaging"))
41
{
42
Debug.LogError("Not a valid Rust install directory: " + SettingsManager.RustDirectory);
43
0 commit comments