Skip to content

Commit

Permalink
crash
Browse files Browse the repository at this point in the history
Removed the update check for android because apparently it crashes
  • Loading branch information
JordanSantiagoYT committed Sep 29, 2023
1 parent 25026a2 commit 6fcb5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class TitleState extends MusicBeatState

ClientPrefs.loadPrefs();

#if CHECK_FOR_UPDATES
#if (CHECK_FOR_UPDATES && !android)
if(ClientPrefs.checkForUpdates && !closedState) {
trace('checking for update');
var http = new haxe.Http("https://raw.githubusercontent.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag/main/version.downloadMe");
Expand Down

0 comments on commit 6fcb5b5

Please sign in to comment.