#198 Fix a crash, step 24

This commit is contained in:
kay27 2022-02-17 05:10:23 +04:00
parent 337757f101
commit e68a9504b2
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ end)
if not minetest.is_creative_enabled("") then
function mcl_inventory.update_inventory_formspec(player)
if not mcl_util or not mcl_util.is_player(player) then return end
set_inventory(player)
end
end