]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
make the sniper rifle secondary reload. Execute the rifle reload later if it can...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index cb2d2ed3dea2cecefbf54d40905f90ad30954dca..ec89824d80afecca9bc314de12523e58c0809113 100644 (file)
@@ -1065,6 +1065,8 @@ void PutClientInServer (void)
                self.cnt = self.switchweapon;
                self.weapon = 0;
 
+        self.wish_reload = 0;
+
                if(!self.alivetime)
                        self.alivetime = time;
        } else if(self.classname == "observer" || (g_ca && !allowed_to_spawn)) {