sound fix again

it turns out that MT uses sound.#.ogg for randomization, and selecting certain of them is not working
master
Zemtzov7 2022-08-28 00:53:48 +05:00 committed by GitHub
parent 8b5c9a1e3e
commit 70da830923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ core.register_tool("rocket_launcher:launcher", {
obj:set_yaw(yaw)
end
end
core.sound_play('fire_extinguish_flame.2',{to_player = name, gain=0.5})
core.sound_play('fire_extinguish_flame',{to_player = name, gain=0.5})
return itemstack
end
end})