fix exp not loading, kinda

This commit is contained in:
Olivier Gagnon
2022-07-19 13:09:56 -04:00
parent c977a9def7
commit b409e58447
6 changed files with 45 additions and 47 deletions
+1
View File
@@ -250,6 +250,7 @@ const Engine: {
startExploits();
setupUncaughtPromiseHandler();
// Load game from save or create new game
if (loadGame(saveString)) {
ThemeEvents.emit();