Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
DuskieWhy authored Jun 17, 2024
1 parent 501d061 commit 17c8b70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/meta/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ class PlayState extends MusicBeatState
{
public var modManager:ModManager;

public var ghostsAllowed:Bool = false;
// i accidentally left this off OOPSSSS
public var ghostsAllowed:Bool = true;

//var notefields:NotefieldManager = new NotefieldManager();
var speedChanges:Array<SpeedEvent> = [];
Expand Down Expand Up @@ -5693,4 +5694,4 @@ class PlayState extends MusicBeatState

var curLight:Int = -1;
var curLightEvent:Int = -1;
}
}

0 comments on commit 17c8b70

Please sign in to comment.