Skip to content

Commit 1e7fbdc

Browse files
authored
Update functions.lua
1 parent d5badef commit 1e7fbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/functions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ function CanAddItem(identifier, item, amount)
379379
return false, 'weight'
380380
end
381381

382-
local slotsUsed, slotsFree = GetSlots(identifier)
382+
local slotsUsed, _ = GetSlots(identifier)
383383

384384
if slotsUsed >= inventory.slots then
385385
return false, 'slots'

0 commit comments

Comments
 (0)