changed ip so it binds to all network interfaces

This commit is contained in:
Seth Samuel 2024-11-25 13:32:14 +13:00
parent 2d42f090dd
commit 79986fc85f

View file

@ -15,7 +15,7 @@ if not(sys.version_info[0] == 3 and sys.version_info[1] == 11):
runningOs = platform.system() runningOs = platform.system()
UDP_IP = "127.0.0.1" UDP_IP = "0.0.0.0"
BEAMNG_UDP_PORT = 4444 BEAMNG_UDP_PORT = 4444
FORZA_UDP_PORT= 4843 FORZA_UDP_PORT= 4843
SERIAL_PORT = "" SERIAL_PORT = ""