]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
serverflags & SERVERFLAG_TEAMPLAY --> teamplay
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index 06254c42a0648b877aef9adf36e4a9ca62c30aea..7d38c3ea44e2ad45455193926b41e2866e5c2bf9 100644 (file)
@@ -733,7 +733,7 @@ void ClientInit_misc(entity this)
        else
                WriteString(channel, "");
        WriteByte(channel, this.count * 255.0); // g_balance_armor_blockpercent
-       WriteByte(channel, serverflags); // client has to know if it should zoom or not
+       WriteByte(channel, serverflags);
        WriteCoord(channel, autocvar_g_trueaim_minrange);
 }