Skip to content

Commit

Permalink
mobile crash fix???
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Sep 25, 2024
1 parent 3b08d8c commit efaf55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fos/core/FOSMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public void clientLoaded() {
UIHandler.init();

// setup Discord RPC
RichPresenceHandler.init();
if (!mobile) RichPresenceHandler.init();

// add modded hints
FOSVars.hints.load();
Expand Down

0 comments on commit efaf55e

Please sign in to comment.