From 33630960d1156fb72c2df522ce3ce0d3ad662fa4 Mon Sep 17 00:00:00 2001 From: hanakocz Date: Sat, 20 Jun 2026 15:01:52 +0200 Subject: [PATCH] unused comment --- maps/expanse/space_missions.lua | 1 - 1 file changed, 1 deletion(-) 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