mirror of
https://github.com/minetest-mods/i3.git
synced 2025-03-13 16:20:38 +01:00
Fix sound play
This commit is contained in:
parent
9666834aed
commit
2467e8bb0b
@ -10,6 +10,9 @@ local trash = create_inventory("i3_trash", {
|
||||
inv:set_list(listname, {})
|
||||
|
||||
local name = player:get_player_name()
|
||||
local data = i3.data[name]
|
||||
data.armor_allow = nil
|
||||
|
||||
play_sound(name, "i3_trash", 1.0)
|
||||
|
||||
if not core.is_creative_enabled(name) then
|
||||
|
Loading…
x
Reference in New Issue
Block a user