Skip to content

Commit 54d7917

Browse files
authored
Remove Dead Code
1 parent 523759b commit 54d7917

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ItemDrop/data/tables/itemdrop2-sct.tbm

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,6 @@ function Items:DeathDropMaybe(ship)
336336
return
337337
end
338338

339-
--No longer needed. We're guaranteed by the hook that this is a ship
340-
--if ship:getBreedName() ~= "Ship" then
341-
-- return
342-
--end
343-
344339
local rightTeam = false
345340

346341
for i,v in ipairs(self.Config.Global.DropTeams) do
@@ -1081,4 +1076,4 @@ $On Ship Death:
10811076
end
10821077
]
10831078

1084-
#End
1079+
#End

0 commit comments

Comments
 (0)