Added missing talk message types, few minor fixes.

This commit is contained in:
BeniS
2012-08-21 01:22:47 +12:00
parent 4ed52059f7
commit 518e123a08
3 changed files with 8 additions and 4 deletions

View File

@@ -9,8 +9,10 @@ local protocolBox
-- private functions
local function onError(protocol, message, errorCode)
loadBox:destroy()
loadBox = nil
if loadBox then
loadBox:destroy()
loadBox = nil
end
if not errorCode then
EnterGame.clearAccountFields()