mirror of
https://codeberg.org/usrib/emeraldbank.git
synced 2025-01-10 07:17:33 +01:00
minetest.setting_* functions are deprecated
This commit is contained in:
parent
0a703d7a11
commit
f36651701e
@ -1597,7 +1597,7 @@ minetest.register_alias("fancy_vend:copy_tool", "mcl_core:emerald")
|
||||
-- Vendor Upgrade System --
|
||||
---------------------------
|
||||
|
||||
local old_vendor_mods = string.split((minetest.setting_get("fancy_vend_old_vendor_mods") or "emeraldbank"), ",")
|
||||
local old_vendor_mods = string.split((minetest.settings:get("fancy_vend_old_vendor_mods") or "emeraldbank"), ",")
|
||||
local old_vendor_mods_table = {}
|
||||
|
||||
for i in pairs(old_vendor_mods) do
|
||||
|
Loading…
Reference in New Issue
Block a user