]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
Rename the old nex beam cvars
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index 17eaa693681dd3e3f3fa55f474de90be4f93ee84..de9d3d5b94fd4065edfbfe26989225b460199595 100644 (file)
@@ -462,10 +462,10 @@ void PutClientInServer (void)
 
                if(g_weaponarena_random) // WEAPONTODO: more stuff that should be in a mutator. also: rename those cvars
                {
-                       if(g_weaponarena_random_with_laser)
+                       if(g_weaponarena_random_with_blaster)
                                self.weapons &= ~WEPSET_BLASTER;
                        W_RandomWeapons(self, g_weaponarena_random);
-                       if(g_weaponarena_random_with_laser)
+                       if(g_weaponarena_random_with_blaster)
                                self.weapons |= WEPSET_BLASTER;
                }
 
@@ -2167,7 +2167,7 @@ void PlayerPreThink (void)
 
        self.stat_game_starttime = game_starttime;
        self.stat_round_starttime = round_starttime;
-       self.stat_allow_oldnexbeam = autocvar_g_allow_oldnexbeam;
+       self.stat_allow_oldvortexbeam = autocvar_g_allow_oldvortexbeam;
        self.stat_leadlimit = autocvar_leadlimit;
 
        if(frametime)