|
@@ -581,8 +581,9 @@ if __name__ == "__main__":
|
|
|
else:
|
|
|
# I can't seem to get twistd -y tcp-proxy.py
|
|
|
# to work. Missing imports?
|
|
|
- application = service.Application("TradeWarsGameServer-Proxy")
|
|
|
- factory = protocol.Factory()
|
|
|
- factory.protocol = Player
|
|
|
- internet.TCPServer(config["listen_port"], factory).setServiceParent(application)
|
|
|
+ pass
|
|
|
+ # application = service.Application("TradeWarsGameServer-Proxy")
|
|
|
+ # factory = protocol.Factory()
|
|
|
+ # factory.protocol = Player
|
|
|
+ # internet.TCPServer(config["listen_port"], factory).setServiceParent(application)
|
|
|
|