game: Fix crash when going from mission to lobby.

This commit is contained in:
Loïc Hoguin 2010-06-09 00:10:26 +02:00
parent 03bbc6aa7c
commit fcc249589d

View File

@ -278,7 +278,7 @@ lobby_load(CSocket, GID, QuestID, ZoneID, MapID, EntryID) ->
_ ->
ignore
end,
if OldUser#users.zoneid /= ZoneID ->
if OldUser#users.questid /= QuestID; OldUser#users.zoneid /= ZoneID ->
egs_proto:send_zone_init(CSocket, GID, lobby),
egs_proto:send_zone(CSocket, ZoneFile);
true -> ignore