From ff4643d7aceaec4221c277a8a72ddb4351749955 Mon Sep 17 00:00:00 2001 From: Richard Bronkhorst Date: Thu, 22 Jun 2023 08:46:47 +0200 Subject: [PATCH] Update commander.py --- nullptr/commander.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nullptr/commander.py b/nullptr/commander.py index 7532cf3..b85b377 100644 --- a/nullptr/commander.py +++ b/nullptr/commander.py @@ -87,6 +87,7 @@ class Commander(CommandLine): arg = None self.ship.mission = arg self.ship.mission_status = 'init' + self.centcom.set_mission_param(self.ship, 'traject', []) self.centcom.start_mission(self.ship) def print_mission(self):