Pull change that Lou made.

This commit is contained in:
Alexander 2015-08-22 21:48:58 -04:00
parent 64a87dff1b
commit 53c054a0b3

View file

@ -51,11 +51,12 @@ if ':' in host:
port = int(port)
simbase.air.connect(host, port)
gc.enable()
isServer = config.GetBool('is-server', False)
try:
run()
gc.enable()
except SystemExit:
raise
except Exception: