mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-14 10:02:32 +01:00
Fix broken inventory menu after join
This commit is contained in:
@ -150,7 +150,7 @@ minetest.register_on_joinplayer(function(player)
|
||||
end
|
||||
|
||||
-- In Creative Mode, the initial inventory setup is handled in creative.lua
|
||||
if not minetest.setting_get("creative_mode") then
|
||||
if not minetest.setting_getbool("creative_mode") then
|
||||
set_inventory(player)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user