connection rework, entergame.lua fix

This commit is contained in:
Henrique
2011-07-27 15:10:49 -03:00
parent 81ff15fe6b
commit f34b6b1bab
6 changed files with 84 additions and 79 deletions

View File

@@ -41,7 +41,7 @@ function EnterGame_connectToLoginServer()
local motdBox = displayInfoBox("Message of the day", motdText)
-- cancel protocol and reacreate enter game window
protocol.cancel()
protocol:cancel()
motdBox.onOk = recreateEnterGame
end