Skip to content

Commit

Permalink
chore: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler27 committed Feb 1, 2025
1 parent b2c32d4 commit 4045c66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/lostlite/LostLite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const LostLite = async (): Promise<void> => {
updateLoadingProgress('Loading plugins...', 75);
await loadPlugins(game);
updateLoadingProgress('LostLite Loaded!', 100);
uiManager.canvas.click();
};

// World loading doesn't affect loading screen since it happens after login
Expand Down

0 comments on commit 4045c66

Please sign in to comment.