mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Fix server connecting
This commit is contained in:
parent
f0c782f19b
commit
aeca29a278
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ class ToonBase(OTPBase.OTPBase):
|
|||
def startShow(self, cr, launcherServer = None):
|
||||
self.cr = cr
|
||||
base.graphicsEngine.renderFrame()
|
||||
gameServer = os.environ.get('TTU_GAMESERVER', 'localhost')
|
||||
gameServer = launcher.getGameServer()
|
||||
# Get the base port.
|
||||
serverPort = base.config.GetInt('server-port', 7199)
|
||||
|
||||
|
|
Loading…
Reference in a new issue