A little fix!

This commit is contained in:
conde2 2013-11-10 03:17:49 -02:00
parent d2473fd424
commit e60372fdea
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ function ProtocolLogin:parseCharacterList(msg)
local world = {}
local worldId = msg:getU8()
world.worldName = msg:getString()
world.worldIp = iptostring(msg:getU32())
world.worldIp = msg:getString()
world.worldPort = msg:getU16()
msg:getU8() -- unknow byte?
worlds[worldId] = world