fix after pop
This commit is contained in:
parent
0f2ed75207
commit
eeceaeb48e
2
init.lua
2
init.lua
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user