hide all non-BB redirects on proxy server
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ static void server_command_lobby_info(shared_ptr<ServerState>, shared_ptr<Lobby>
|
||||
|
||||
static void proxy_command_lobby_info(shared_ptr<ServerState>,
|
||||
ProxyServer::LinkedSession& session, const std::u16string&) {
|
||||
string msg = string_printf("$C7GC: $C6%" PRIu32 "\n$C7Client ID: $C6%zu%s",
|
||||
string msg = string_printf("$C7GC: $C6%" PRId64 "\n$C7Client ID: $C6%zu%s",
|
||||
session.remote_guild_card_number,
|
||||
session.lobby_client_id,
|
||||
(session.leader_client_id == session.lobby_client_id) ? " (L)" : "");
|
||||
|
||||
Reference in New Issue
Block a user