1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2026-06-20 16:32:28 +02:00

unused comment

This commit is contained in:
hanakocz
2026-06-20 15:01:52 +02:00
parent 9a1adb0582
commit 33630960d1
-1
View File
@@ -85,7 +85,6 @@ function Public.launch_rockets(expanse)
local station = SA and expanse.space_platform.hub or expanse.nonspace_pad
silo.launch_rocket({type = defines.cargo_destination.station, station = station})
end
--/cc local station = storage.tokens.maps_expanse_main.space_platform.hub local silo = storage.tokens.maps_expanse_main.rocket_silos[442260].entity silo.launch_rocket({type = defines.cargo_destination.station, station = station})
end
end