X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fgamemodes%2Fgamemode%2Ftdm%2Fsv_tdm.qc;h=5e850889679fd1ebceb5992b86cbc6f605c044a4;hp=1fba2215ff61d845e0409e943f02d62f1bf7eaa2;hb=0514f7948727cfa572b33bd29d1bdf2c13cd866d;hpb=35a8077bd0f39b3978210196c01a1c8828c6a2c3 diff --git a/qcsrc/common/gamemodes/gamemode/tdm/sv_tdm.qc b/qcsrc/common/gamemodes/gamemode/tdm/sv_tdm.qc index 1fba2215f..5e8508896 100644 --- a/qcsrc/common/gamemodes/gamemode/tdm/sv_tdm.qc +++ b/qcsrc/common/gamemodes/gamemode/tdm/sv_tdm.qc @@ -14,7 +14,6 @@ spawnfunc(tdm_team) { if(!g_tdm || !this.cnt) { delete(this); return; } - this.classname = "tdm_team"; this.team = this.cnt + 1; }