Skip to content

Commit

Permalink
last change i swear i forgot about one error
Browse files Browse the repository at this point in the history
  • Loading branch information
KoloInDaCrib authored Sep 20, 2024
1 parent 0da7938 commit 87e683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/ui/transition/LoadingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class LoadingState extends MusicBeatSubState
params.targetVariation ?? Constants.DEFAULT_VARIATION);

var daStage = funkin.data.stage.StageRegistry.instance.fetchEntry(daChart.stage);
stageDirectory = daStage.directory ?? "shared";
stageDirectory = daStage?._data?.directory ?? "shared";
Paths.setCurrentLevel(stageDirectory);

var playStateCtor:() -> PlayState = function() {
Expand Down

0 comments on commit 87e683f

Please sign in to comment.