don't fail on ghost lobby player bug on proxy server
This commit is contained in:
@@ -1043,8 +1043,7 @@ static HandlerResult S_65_67_68(shared_ptr<ServerState>,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (num_replacements > 1) {
|
if (num_replacements > 1) {
|
||||||
session.clear_lobby_players(0);
|
session.log.warning("Proxied player appears multiple times in lobby");
|
||||||
throw runtime_error("proxied player appears multiple times in lobby");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (session.override_lobby_event >= 0) {
|
if (session.override_lobby_event >= 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user