mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-17 20:58:13 +02:00
minor fix
This commit is contained in:
parent
d8104abe54
commit
c60bd7221c
@ -33,7 +33,7 @@ local function custom_surface()
|
||||
local i = 0
|
||||
for k, _ in pairs(game.surfaces) do
|
||||
i = i + 1
|
||||
if i > 1 then
|
||||
if i > 2 then
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user