mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
fixes in Settings
This commit is contained in:
@@ -56,7 +56,7 @@ function EnterGame.create()
|
||||
local account = Settings.get('account')
|
||||
local password = Settings.get('password')
|
||||
local host = Settings.get('host')
|
||||
local port = Settings.getNumber('port')
|
||||
local port = Settings.get('port')
|
||||
local autologin = Settings.getBoolean('autologin')
|
||||
|
||||
enterGame:getChildById('accountNameLineEdit'):setText(account)
|
||||
|
Reference in New Issue
Block a user