You've already forked ComfyFactorio
mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-11-06 08:56:27 +02:00
fixes
This commit is contained in:
@@ -95,7 +95,8 @@ local function on_chunk_charted(event)
|
||||
end
|
||||
|
||||
local function tick(event)
|
||||
local surface = game.players[1].surface
|
||||
if not game.connected_players[1] then return end
|
||||
local surface = game.connected_players[1].surface
|
||||
|
||||
for a = 1, 32, 1 do
|
||||
if grow_trees(surface) then break end
|
||||
|
||||
Reference in New Issue
Block a user