toonbase: localhost -> 127.0.0.1
While Linux is able to connect to localhost, Windows & macOS aren't.
This commit is contained in:
parent
580ffb001b
commit
2e00c465a6
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ class ToonBase(OTPBase.OTPBase):
|
|||
gameServer = launcherServer
|
||||
self.notify.info('Using gameServer from launcher: %s ' % gameServer)
|
||||
else:
|
||||
gameServer = 'localhost'
|
||||
gameServer = '127.0.0.1'
|
||||
serverPort = base.config.GetInt('server-port', 7198)
|
||||
serverList = []
|
||||
for name in gameServer.split(';'):
|
||||
|
|
Loading…
Reference in a new issue