1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-05 19:31:04 +00:00
This commit is contained in:
TheEt1234 2025-08-09 12:51:00 +02:00
parent d9c317849e
commit d4cf76678a

View file

@ -192,7 +192,7 @@ void OpenALSoundManager::playSoundGeneric(sound_handle_t id, const std::string &
getOrLoadLoadedSoundNameFromGroup(group_name) :
getLoadedSoundNameFromGroup(group_name);
if (sound_name.empty()) {
infostream << "OpenALSoundManager: \"" << group_name << "\" not found."
warningstream << "OpenALSoundManager: Sound \"" << group_name << "\" not found."
<< std::endl;
reportRemovedSound(id);
return;