|
@@ -1683,6 +1683,7 @@ class ProxyMenu(object):
|
|
|
return
|
|
|
elif key == "P":
|
|
|
self.queue_game.put(self.c + key + self.r + self.nl)
|
|
|
+ self.game.gamedata.reset_ports()
|
|
|
# Activate CIM Port Report
|
|
|
report = CIMPortReport(self.game)
|
|
|
d = report.whenDone()
|
|
@@ -1691,6 +1692,7 @@ class ProxyMenu(object):
|
|
|
return
|
|
|
elif key == "W":
|
|
|
self.queue_game.put(self.c + key + self.r + self.nl)
|
|
|
+ self.game.gamedata.reset_warps()
|
|
|
# Activate CIM Warp Report
|
|
|
report = CIMWarpReport(self.game)
|
|
|
d = report.whenDone()
|