1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-16 02:47:48 +02:00

Crab defense - remove non used func

This commit is contained in:
Gerkiz 2024-04-21 19:18:48 +02:00
parent 15e0042d53
commit 1d0eafbf93

View File

@ -541,9 +541,6 @@ local send_unit_group = function(unit_group)
commands = commands
}
)
if unit_group and unit_group.valid then
unit_group.start_moving()
end
end
local spawn_boss_units = function(surface)