fixed chat_send_all not being commented out
This commit is contained in:
parent
61b7b077ca
commit
ca2144b046
@ -321,7 +321,7 @@ function ray:play_bullet_pass_sounds()
|
||||
end
|
||||
end
|
||||
end
|
||||
minetest.chat_send_all(dump({f, x, denominator, mix_ratio}))
|
||||
--minetest.chat_send_all(dump({f, x, denominator, mix_ratio}))
|
||||
sounds[1].gain = sounds[1].gain*mix_ratio --supersonic
|
||||
sounds[2].gain = sounds[2].gain*(1-mix_ratio) --subsonic
|
||||
sounds.pos = nearest
|
||||
|
@ -121,7 +121,7 @@ function Guns4d.play_sounds(soundspecs_list)
|
||||
end
|
||||
end
|
||||
else
|
||||
print(dump(soundspec))
|
||||
--print(dump(soundspec))
|
||||
soundspec.sound = nil
|
||||
play_sound(sound, soundspec, handle, arg)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user