Skip to content

Commit

Permalink
is_spamming madness
Browse files Browse the repository at this point in the history
  • Loading branch information
hanakocz committed Dec 11, 2024
1 parent a369eeb commit 2610f77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/show_inventory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2610f77

Please sign in to comment.