X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fteamplay.qh;h=127ac7a6d30caffc887e9571c40104148813eadb;hb=d17b6a3bc26901620d0a8594de8c8bc2621eede6;hp=f34c6d59df438b491090956b2e7782153f3f7da3;hpb=eb8e19d4e9f403c7bf7b694a92b42dbbd06edab0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/teamplay.qh b/qcsrc/server/teamplay.qh index f34c6d59d..127ac7a6d 100644 --- a/qcsrc/server/teamplay.qh +++ b/qcsrc/server/teamplay.qh @@ -50,3 +50,5 @@ int JoinBestTeam(entity this, bool only_return_best, bool forcebestteam); //void() ctf_playerchanged; void ShufflePlayerOutOfTeam (float source_team); + +void setcolor(entity this, int clr);