Skip to content

Commit

Permalink
Update Main.hx
Browse files Browse the repository at this point in the history
okay
  • Loading branch information
JordanSantiagoYT authored Oct 29, 2023
1 parent f84e1c5 commit d8cbea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class Main extends Sprite {
Sys.println(errorMessage);
Sys.println("Crash dump saved in " + Path.normalize(path));

Application.current.window.alert("Error! JS Engine v" + MainMenuState.psychEngineJSVersion + "(" + Main.__superCoolErrorMessagesArray[FlxG.random.int(0, Main.__superCoolErrorMessagesArray.length)] + ")", errorMessage);
Application.current.window.alert("Error! JS Engine v" + MainMenuState.psychEngineJSVersion + " (" + Main.__superCoolErrorMessagesArray[FlxG.random.int(0, Main.__superCoolErrorMessagesArray.length)] + ")", errorMessage);
#if desktop
DiscordClient.shutdown();
#end
Expand Down

1 comment on commit d8cbea5

@Stefan2008Git
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad dude. Didn't see i need to add that?

Please sign in to comment.