You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: PluginLoader/Main.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ public Main()
112
112
if(data.IsLocal)
113
113
HasLocal=true;
114
114
}
115
-
elseif(DebugCompileAll)
115
+
elseif(DebugCompileAll&&data.IsCompiled)
116
116
{
117
117
debugCompileResults.Append(data.FriendlyName??"(null)").Append(" - ").Append(data.Id??"(null)").Append(" by ").Append(data.Author??"(null)").AppendLine();
0 commit comments