From 2610f77ed2d2309a527ecdf10eaa4fb9fcf32764 Mon Sep 17 00:00:00 2001 From: hanakocz Date: Wed, 11 Dec 2024 20:49:42 +0100 Subject: [PATCH] is_spamming madness --- modules/show_inventory.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/show_inventory.lua b/modules/show_inventory.lua index 65e4e567..de3d9cfa 100644 --- a/modules/show_inventory.lua +++ b/modules/show_inventory.lua @@ -372,10 +372,10 @@ local function on_gui_click(event) return end - local is_spamming = SpamProtection.is_spamming(player, nil, 'Player Inventory') - if is_spamming then - return - end + -- local is_spamming = SpamProtection.is_spamming(player, nil, 'Player Inventory') + -- if is_spamming then + -- return + -- end local data = get_player_data(player) if not data then