]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/state.qc
Stop server from requesting cvar values to the client on connection as it's no longer...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / state.qc
index 2a1168eae017978fe7f56d72004bda716fc49344..24c0b7c6f4dc6789415ce61b639bde0a68848664 100644 (file)
@@ -38,8 +38,6 @@ void ClientState_attach(entity this)
 {
        this._cs = NEW(ClientState, this);
 
-    GetCvars(this, CS(this), 0);  // get other cvars from player
-
        // TODO: fold all of these into ClientState
 
        DecodeLevelParms(this);