Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function Clockwork.inventory:RemoveInstance(inventory, itemTable)
end;
end;

-- A function to remove a uniquen ID from a table.
-- A function to remove a unique ID from a table.
function Clockwork.inventory:RemoveUniqueID(inventory, uniqueID, itemID)
local itemTable = Clockwork.item:FindByID(uniqueID);
if (itemID) then itemID = tonumber(itemID); end;
Expand Down Expand Up @@ -441,4 +441,4 @@ if (CLIENT) then

Clockwork.inventory:Rebuild();
end);
end;
end;