Skip to content

Commit

Permalink
ignore beatmap parse result
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciremun committed May 27, 2024
1 parent 11d0a52 commit 044c7fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions freedom/hitobject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ void process_hitobject()
{
relax_on_beatmap_load();
aimbot_on_beatmap_load();
replay_on_beatmap_load();
unmod_flashlight_on_beatmap_load();
unmod_hidden_on_beatmap_load();
beatmap_loaded = false;
}
replay_on_beatmap_load();
unmod_flashlight_on_beatmap_load();
unmod_hidden_on_beatmap_load();
beatmap_loaded = false;
}

if (mods_updated)
Expand Down

0 comments on commit 044c7fd

Please sign in to comment.