1
0
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:
blubFisch 2022-09-28 10:58:09 +01:00
parent c7ea88d6db
commit e413bd23bf

View File

@ -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