diff --git a/source/funkin/play/song/Song.hx b/source/funkin/play/song/Song.hx index 91d35d8fa..147923add 100644 --- a/source/funkin/play/song/Song.hx +++ b/source/funkin/play/song/Song.hx @@ -277,7 +277,7 @@ class Song implements IPlayStateScriptedClass implements IRegistryEntry<SongMeta // If there are no difficulties in the metadata, there's a problem. if (metadata.playData.difficulties.length == 0) { - throw 'Song $id has no difficulties listed in metadata!'; + trace('[WARN] Song $id has no difficulties listed in metadata!'); } // There may be more difficulties in the chart file than in the metadata,