mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2025-01-11 08:20:19 +01:00
fix Undeclared global variable "unified_inventory" accessed
This commit is contained in:
parent
e0765da839
commit
ad189102d5
@ -1,5 +1,5 @@
|
||||
local S = minetest.get_translator("skinsdb")
|
||||
local ui = unified_inventory
|
||||
local ui = minetest.global_exists("unified_inventory") and unified_inventory
|
||||
|
||||
function skins.get_formspec_context(player)
|
||||
if player then
|
||||
|
Loading…
Reference in New Issue
Block a user