From ae86d52db8ff71acf1dd9bbb7046446beb0b385f Mon Sep 17 00:00:00 2001 From: LarryFrosty <80482125+LarryFrosty@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:29:55 +0800 Subject: [PATCH] oops --- source/psychlua/FunkinLua.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/psychlua/FunkinLua.hx b/source/psychlua/FunkinLua.hx index 9d81fce772a..914470c10ca 100644 --- a/source/psychlua/FunkinLua.hx +++ b/source/psychlua/FunkinLua.hx @@ -95,7 +95,7 @@ class FunkinLua { set('songName', PlayState.SONG.song); set('songPath', Paths.formatToSongPath(PlayState.SONG.song)); set('loadedSongName', Song.loadedSongName); - set('loadedSongName', Paths.formatToSongPath(Song.loadedSongName)); + set('loadedSongPath', Paths.formatToSongPath(Song.loadedSongName)); set('chartPath', Song.chartPath); set('startedCountdown', false); set('curStage', PlayState.SONG.stage);