Garbage clearing

rocket_launch.ogg was a copy of fire_extinguish_flame.2.ogg, as `fire` is a dep of `tnt`, copy isn't necessary
master
zmv7 2022-08-25 15:11:47 +05:00 committed by GitHub
parent 00508f1ecd
commit 5e389e27f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ core.register_tool("rocket_launcher:launcher", {
owner = user
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})