From: terencehill Date: Sun, 31 Mar 2024 18:09:40 +0000 (+0200) Subject: Remove a redundant LOG_TRACE (previous bprint message is printed to server console... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6ad51716b3aeb862050e3e2e73e1cf3dc35d6245;p=xonotic%2Fxonotic-data.pk3dir.git Remove a redundant LOG_TRACE (previous bprint message is printed to server console too thanks to sv_echobprint 1) --- 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; }