game: Fix crash when going from mission to lobby.
This commit is contained in:
parent
03bbc6aa7c
commit
fcc249589d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user