1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

minor fix

This commit is contained in:
Gerkiz 2020-11-29 02:27:21 +01:00
parent d8104abe54
commit c60bd7221c

View File

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