Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DuskieWhy committed Jun 18, 2024
2 parents e8fdfbd + 17c8b70 commit 644f21d
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 @@ -5695,4 +5696,4 @@ class PlayState extends MusicBeatState

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

0 comments on commit 644f21d

Please sign in to comment.