Update commander.py

This commit is contained in:
Richard Bronkhorst 2023-06-20 23:14:17 +02:00
parent 42e370fde5
commit b7d3347fac

View File

@ -99,7 +99,7 @@ class Commander(CommandLine):
self.set_mission(arg)
self.print_mission()
def mreset(self):
def do_mreset(self):
if not self.has_ship(): return
self.ship.mission_state = {}