diff --git a/maps/expanse/space_missions.lua b/maps/expanse/space_missions.lua index 2a9db3ec..13df5eb8 100644 --- a/maps/expanse/space_missions.lua +++ b/maps/expanse/space_missions.lua @@ -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