fix sus mistake

master
Zemtzov7 2022-08-28 00:45:02 +05:00 committed by GitHub
parent f3cba24612
commit 8b5c9a1e3e
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('rocket_launch',{to_player = name, gain=0.5})
core.sound_play('fire_extinguish_flame.2',{to_player = name, gain=0.5})
return itemstack
end
end})