shops to buy items dont keep emeralds in owner bank account

This commit is contained in:
Freeman 2023-11-05 17:41:22 +01:00
parent dac343c284
commit a4f07ddba8

@ -1469,7 +1469,9 @@ player_depo.tiles = {
"player_depo.png^mcl_core_emerald.png", "player_depo.png^mcl_core_emerald.png",
"player_depo.png^mcl_core_emerald.png", "player_depo_front.png",
}
player_depo.on_timer = function(pos, elapsed)
core.get_node_timer(pos):start(shop_timer)
end
player_depo.groups.not_in_creative_inventory = 1
local admin_vendor = table.copy(vendor_template)