mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-02-11 13:39:14 +02:00
Remove unused
This commit is contained in:
parent
225abff724
commit
d0dc8da4f4
@ -62,16 +62,6 @@ local all_force_enabled_recipes = {
|
|||||||
'shotgun-shell',
|
'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)
|
local function update_member_limit(force)
|
||||||
if not force or not force.valid then
|
if not force or not force.valid then
|
||||||
log('force nil or not valid!')
|
log('force nil or not valid!')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user