Skip to content

Commit

Permalink
dont do the check when in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lemz1 committed May 30, 2024
1 parent 1f9f0cf commit 47a414a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/ui/title/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class TitleState extends MusicBeatState
{
new FlxTimer().start(1, function(tmr:FlxTimer) {
// TODO: maybe add a preprocessor which only enables this check for base version and disables for mods
#if !web
#if (!web && !debug)
if (OutdatedSubState.outdated && !OutdatedSubState.leftState)
{
this.persistentUpdate = false;
Expand Down

0 comments on commit 47a414a

Please sign in to comment.