We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f2e1e commit 5225364Copy full SHA for 5225364
1 file changed
ModLoader.cs
@@ -131,6 +131,7 @@ public static void LoadFiles()
131
132
if (modType == null)
133
{
134
+ // MessageBox.Show("Loading error: " + assembly.GetName().Name + " This Mod need a Mod class");
135
MessageBox.Show("加载错误: " + assembly.GetName().Name + " 此Mod需要一个Mod类");
136
continue;
137
}
0 commit comments