This repository was archived by the owner on Mar 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -352,8 +352,6 @@ class FreeplayState extends MusicBeatState
352352 PlayState .storyDifficulty = curDifficulty ;
353353 diffText .text = ' < ' + CoolUtil .difficultyString () + ' >' ;
354354 positionHighscore ();
355-
356- // CURRENTLY DISABLED CUSTOM DIFFICULTIES UNTIL THE OFFICIAL 0.5 RELEASE, BUGFIXING SHIT
357355 }
358356
359357 function changeSelection (change : Int = 0 )
@@ -411,17 +409,19 @@ class FreeplayState extends MusicBeatState
411409 }
412410 }
413411
414- CoolUtil .difficultyStuff = [
412+ // CURRENTLY DISABLED CUSTOM DIFFICULTIES UNTIL THE OFFICIAL 0.5 RELEASE, BUGFIXING SHIT
413+
414+ /* CoolUtil.difficultyStuff = [
415415 ['Easy', '-easy'],
416416 ['Normal', ''],
417417 ['Hard', '-hard']
418- ];
418+ ];*/
419419
420420 changeDiff ();
421421 Paths .currentModDirectory = songs [curSelected ].folder ;
422422 // it didn't account for mod directories my bad : P
423423
424-
424+ /*
425425 var songLowercase:String = Paths.formatToSongPath(songs[curSelected].songName);
426426 #if MODS_ALLOWED
427427 var pathshit = Paths.modFolders('data/' + songLowercase);
@@ -449,7 +449,7 @@ class FreeplayState extends MusicBeatState
449449 }
450450
451451
452- trace ( CoolUtil .difficultyStuff );
452+ trace( CoolUtil.difficultyStuff);*/
453453
454454
455455 }
Original file line number Diff line number Diff line change @@ -4161,8 +4161,6 @@ class PlayState extends MusicBeatState
41614161 lightningStrikeShit ();
41624162 }
41634163 lastBeatHit = curBeat ;
4164-
4165- setOnLuas (' gfSection' , );
41664164
41674165 callOnLuas (' onBeatHit' , []);
41684166 }
You can’t perform that action at this time.
0 commit comments