From 7389ed0e25cefbe7cce865119a94051c2e1c0157 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 2 Jun 2017 23:26:56 +0200 Subject: [PATCH] Don't set creative inventory twice on player join --- mods/HUD/mcl_inventory/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/HUD/mcl_inventory/init.lua b/mods/HUD/mcl_inventory/init.lua index 03c51146..9dbb734c 100644 --- a/mods/HUD/mcl_inventory/init.lua +++ b/mods/HUD/mcl_inventory/init.lua @@ -163,7 +163,6 @@ minetest.register_on_joinplayer(function(player) end armor.update_inventory = function(self, player) update_inventory_original(self, player) - set_inventory(player, true) end armor:set_player_armor(player) armor:update_inventory(player)