fix after pop

This commit is contained in:
tenplus1 2024-11-14 08:14:29 +00:00
parent 0f2ed75207
commit eeceaeb48e

View File

@ -122,7 +122,7 @@ minetest.register_node("invisibility:potion", {
-- play sound -- play sound
minetest.sound_play("pop", { minetest.sound_play("pop", {
pos = pos, gain = 1.0, max_hear_distance = 5}, true) pos = user:get_pos(), gain = 1.0, max_hear_distance = 5}, true)
end end
end) end)