How did this ever work???

This commit is contained in:
polaris
2014-05-25 08:43:32 -04:00
parent 13b00ae85f
commit 17e55933e1

View File

@@ -572,7 +572,7 @@ class PlayerSession(LineReceiver):
for message in messages:
if message['sourceid'] not in self.blocked:
self.transport(message['msg'])
self.transport.write(message['msg'])
if __name__ == "__main__":
gsps = GameSpyProfileServer()