Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
blubFisch committed Oct 16, 2022
1 parent 225abff commit d0dc8da
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions maps/scrap_towny_ffa/team.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,6 @@ local all_force_enabled_recipes = {
'shotgun-shell',
}

local function min_slots(slots)
local min = 0
for i = 1, 3, 1 do
if slots[i] > min then
min = slots[i]
end
end
return min
end

local function update_member_limit(force)
if not force or not force.valid then
log('force nil or not valid!')
Expand Down

0 comments on commit d0dc8da

Please sign in to comment.