]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/view.qc
Stop server from requesting cvar values to the client on connection as it's no longer...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / view.qc
index ac4d13a6e906d46a292864674ca2ba9bb5255207..203fbcc76c0c6cc410d2faab61a41f7c513f9c72 100644 (file)
@@ -1565,7 +1565,6 @@ void CSQC_UpdateView(entity this, float w, float h)
        // TODO maybe don't send cvar values until the menu is open
        // TODO remove CheckSendCvars from menu code (it seems broken anyway)
        // TODO remove references to sendcvar from cvar descriptions
-       // TODO stop server from requesting cvar values to the client on connection as it's no longer necessary
 
        ReplicateVars(false);
        if (ReplicateVars_NOT_SENDING())