diff --git a/mods/src/sound/sound.cpp b/mods/src/sound/sound.cpp index 5d59c37..cb720e3 100644 --- a/mods/src/sound/sound.cpp +++ b/mods/src/sound/sound.cpp @@ -37,7 +37,7 @@ std::string _sound_get_source_file() { // Check If Sound Exists if (access(path, F_OK) == -1) { // Fail - WARN("Audio Source File Doesn't Exist: " SOURCE_FILE_BASE " (See: https://gitea.thebrokenrail.com/minecraft-pi-reborn/minecraft-pi-reborn/src/branch/master/docs/SOUND.md)"); + WARN("Audio Source File Doesn't Exist: " SOURCE_FILE_BASE); source.assign(""); info_sound_data_state = "Missing"; } else {