From 53c054a0b3c18942f0bd561193c48b20d3562bfc Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 22 Aug 2015 21:48:58 -0400 Subject: [PATCH] Pull change that Lou made. --- deployment/toontown/ai/ServiceStart.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment/toontown/ai/ServiceStart.py b/deployment/toontown/ai/ServiceStart.py index 9f1451de..b90fbb76 100644 --- a/deployment/toontown/ai/ServiceStart.py +++ b/deployment/toontown/ai/ServiceStart.py @@ -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: