Skip to content

Commit

Permalink
Comment unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
coavins committed Mar 14, 2024
1 parent 7e6ab68 commit eec52ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
local Recipe = Recipe

--[[
local function addExistingItemType(scriptItems, type)
local all = getScriptManager():getItemsByType(type)
for i=1,all:size() do
Expand All @@ -9,6 +10,7 @@ local function addExistingItemType(scriptItems, type)
end
end
end
]]

function Recipe.GetItemTypes.SimpleGunParts(scriptItems)
scriptItems:addAll(getScriptManager():getItemsTag("GunPartSimple"))
Expand Down

0 comments on commit eec52ce

Please sign in to comment.