]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
Rename the Laser cvar, to avoid a functionality conflict
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index 183f31fe6b5668e25eb8f3170b536c5834cb7c09..0f53264255eca962e6fbb86dc02a9cb608f4a25c 100644 (file)
@@ -890,7 +890,7 @@ void PutClientInServer (void)
                }
 
                // all weapons must be fully loaded the first time we pick them up, so set their load to maximum at respawn
-               self.laser_load = autocvar_g_balance_laser_reload_count;
+               self.laser_load = autocvar_g_balance_laser_reload_ammo;
                self.shotgun_load = autocvar_g_balance_shotgun_reload_ammo;
                self.sniperrifle_load = autocvar_g_balance_sniperrifle_reload_ammo;
                self.uzi_load = autocvar_g_balance_uzi_reload_ammo;