From 388b25ca6b2bef7cb89e022b02563fca4f02efff Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 13 Apr 2025 00:17:22 +0900 Subject: [PATCH] . --- exp_legacy/module/modules/control/selection.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/exp_legacy/module/modules/control/selection.lua b/exp_legacy/module/modules/control/selection.lua index fa2583c0..461f2cd4 100644 --- a/exp_legacy/module/modules/control/selection.lua +++ b/exp_legacy/module/modules/control/selection.lua @@ -79,7 +79,6 @@ function Selection.start(player, selection_name, single_use, ...) if player.character then player.character_inventory_slots_bonus = player.character_inventory_slots_bonus + 1 end - local inventory = player.get_main_inventory() if inventory then player.hand_location = { inventory = inventory.index, slot = #inventory }