From: Mario Date: Wed, 25 Dec 2019 14:47:44 +0000 (+1000) Subject: Silence a team related warning when enabling developer X-Git-Tag: xonotic-v0.8.5~1184 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=4e4d4eed4539a90bc4630d8b8de3287e5dc43179;p=xonotic%2Fxonotic-data.pk3dir.git Silence a team related warning when enabling developer --- diff --git a/qcsrc/client/main.qc b/qcsrc/client/main.qc index b61f425aa..b7b7e5303 100644 --- a/qcsrc/client/main.qc +++ b/qcsrc/client/main.qc @@ -240,7 +240,7 @@ void Shutdown() bool SetTeam(entity o, int Team) { TC(int, Team); - devassert_once(Team); + //devassert_once(Team); entity tm; if(teamplay) {