fixes in Settings

This commit is contained in:
Eduardo Bart
2012-01-06 22:34:40 -02:00
parent 0f3bac595e
commit 3c62ce97db
3 changed files with 11 additions and 4 deletions

View File

@@ -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)