mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-11 14:49:24 +02:00
Reactivate member limit (at least for now until we have proper solution)
This commit is contained in:
parent
c7ea88d6db
commit
e413bd23bf
@ -10,7 +10,7 @@ local function can_force_accept_member(force)
|
||||
local townytable = Table.get_table()
|
||||
local town_centers = townytable.town_centers
|
||||
local size_of_town_centers = townytable.size_of_town_centers
|
||||
local member_limit = 0
|
||||
local member_limit = 3
|
||||
|
||||
if size_of_town_centers <= 1 then
|
||||
return true
|
||||
|
Loading…
x
Reference in New Issue
Block a user