]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove a redundant LOG_TRACE (previous bprint message is printed to server console...
authorterencehill <piuntn@gmail.com>
Sun, 31 Mar 2024 18:09:40 +0000 (20:09 +0200)
committerterencehill <piuntn@gmail.com>
Sun, 31 Mar 2024 18:09:40 +0000 (20:09 +0200)
qcsrc/server/mapvoting.qc

index dce3afee58d8137ff5c0a741ec4e0ea0c1ce7eaa..b9d19f611dfdd61f6beae00b05181161cd7872d6 100644 (file)
@@ -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;
        }