mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-18 10:52:38 +08:00
Fix errors
This commit is contained in:
@@ -61,9 +61,9 @@ namespace GrasscutterTools.Forms
|
||||
|
||||
private void FormMain_Load(object sender, EventArgs e)
|
||||
{
|
||||
Text += " - by jie65535 - v" + AppVersion.ToString(3)
|
||||
Text += " - by jie65535 - v" + AppVersion.ToString(3);
|
||||
#if DEBUG
|
||||
+ "-debug";
|
||||
Text += "-debug";
|
||||
#endif
|
||||
|
||||
GameData.LoadResources();
|
||||
|
||||
Reference in New Issue
Block a user