Skip to content

Commit

Permalink
FUCK
Browse files Browse the repository at this point in the history
  • Loading branch information
Snirozu committed Nov 26, 2023
1 parent d3fb2bc commit ae93729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,8 @@ class PlayState extends MusicBeatState

startCallback();
RecalculateRating();
updateScoreOpponent();
if (GameClient.isConnected())
updateScoreOpponent();

//PRECACHING MISS SOUNDS BECAUSE I THINK THEY CAN LAG PEOPLE AND FUCK THEM UP IDK HOW HAXE WORKS
if(ClientPrefs.data.hitsoundVolume > 0) precacheList.set('hitsound', 'sound');
Expand Down

0 comments on commit ae93729

Please sign in to comment.