diff --git a/assets/songs/thorns/cutscene.hx b/assets/songs/thorns/cutscene.hx index 73a1f08fff..e16d1a018a 100644 --- a/assets/songs/thorns/cutscene.hx +++ b/assets/songs/thorns/cutscene.hx @@ -53,7 +53,7 @@ function create() { else { timers.remove(swagTimer); camHUD.visible = true; - self.startDialogue("assets/songs/" + PlayState.instance.SONG.meta.name.toLowerCase() + "/creepyDialogue.xml", self.close); + self.startDialogue("assets/songs/" + PlayState.SONG.meta.name.toLowerCase() + "/creepyDialogue.xml", self.close); } })); });