From e0e14317451d372b56f35d8406a9c2170bba5e63 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 2 Feb 2020 15:08:42 +0100 Subject: [PATCH] Suppress stuff --- server/src/client/command_handler/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/client/command_handler/misc.cpp b/server/src/client/command_handler/misc.cpp index d9d1c3e..35640c9 100644 --- a/server/src/client/command_handler/misc.cpp +++ b/server/src/client/command_handler/misc.cpp @@ -269,7 +269,7 @@ command_result ConnectedClient::handleCommandGetConnectionInfo(Command &cmd) { auto info = client->request_connection_info(_this.lock(), send_temp); if (info || send_temp) { this->notifyConnectionInfo(client.client, info); - } else + } else if(this->getType() != ClientType::CLIENT_TEAMSPEAK) return command_result{error::no_cached_connection_info}; return command_result{error::ok};