diff --git a/source/funkin/play/song/Song.hx b/source/funkin/play/song/Song.hx index d11c7744b..f3fc89a86 100644 --- a/source/funkin/play/song/Song.hx +++ b/source/funkin/play/song/Song.hx @@ -117,7 +117,7 @@ class Song implements IPlayStateScriptedClass implements IRegistryEntry, variations:Array, charts:Map, validScore:Bool = false):Song { - var result:Song = new Song(songId); + var result:Song = new Song(songId, true); result._metadata.clear(); for (meta in metadata)