Skip to content

Commit 5225364

Browse files
committed
[Minor] adding english translation
1 parent 53f2e1e commit 5225364

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ModLoader.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public static void LoadFiles()
131131

132132
if (modType == null)
133133
{
134+
// MessageBox.Show("Loading error: " + assembly.GetName().Name + " This Mod need a Mod class");
134135
MessageBox.Show("加载错误: " + assembly.GetName().Name + " 此Mod需要一个Mod类");
135136
continue;
136137
}

0 commit comments

Comments
 (0)