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 d3407e1 commit e431cd4Copy full SHA for e431cd4
ScriptSystem/Structures/ScriptName.cs
@@ -24,7 +24,7 @@ public static ScriptName InitUnchecked(string name)
24
25
public static TryGet<ScriptName> TryInit(string name)
26
{
27
- if (FileSystem.FileSystem.DoesScriptExist(name))
+ if (!FileSystem.FileSystem.DoesScriptExist(name))
28
29
return $"Script '{name}' does not exist in the SER folder or is inaccessible.";
30
}
0 commit comments