Update commander.py
This commit is contained in:
parent
42e370fde5
commit
b7d3347fac
@ -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 = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user