From 0970bbb4eddc77a5a95966bd2532f27d3107d277 Mon Sep 17 00:00:00 2001 From: christian Date: Sun, 4 Apr 2021 10:22:36 +0200 Subject: [PATCH] new sys ip --- AutismBotIngame/python/ingamefollowct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutismBotIngame/python/ingamefollowct.py b/AutismBotIngame/python/ingamefollowct.py index fce2205c..fc2cdb87 100644 --- a/AutismBotIngame/python/ingamefollowct.py +++ b/AutismBotIngame/python/ingamefollowct.py @@ -126,7 +126,7 @@ if __name__ == '__main__': atexit.register(exit_handler) local_ip = "127.0.0.1" local_port = 48477 - udp_external_ip = "62.210.116.176" + udp_external_ip = "164.132.201.173" buffer_size = 4096 #potentially not large enough? connection_issue_counter = 0; sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)