From 6ad51716b3aeb862050e3e2e73e1cf3dc35d6245 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 31 Mar 2024 20:09:40 +0200 Subject: [PATCH] Remove a redundant LOG_TRACE (previous bprint message is printed to server console too thanks to sv_echobprint 1) --- qcsrc/server/mapvoting.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/server/mapvoting.qc b/qcsrc/server/mapvoting.qc index dce3afee5..b9d19f611 100644 --- a/qcsrc/server/mapvoting.qc +++ b/qcsrc/server/mapvoting.qc @@ -801,7 +801,6 @@ bool GameTypeVote_SetGametype(Gametype type, string gametype_string, bool call_h bprint("Cannot use this game type: no map for it found\n"); MapInfo_SwitchGameType(tsave); MapInfo_FilterGametype(MapInfo_CurrentGametype(), MapInfo_CurrentFeatures(), MapInfo_RequiredFlags(), MapInfo_ForbiddenFlags(), 0); - LOG_TRACE("Selected gametype is not supported by any map"); return false; } -- 2.39.2