]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
remove even more evil
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index 9c842d7c25f535a2e3b57fa599926fc6f8499f07..f34e22b0d9a15224940df81013b852c705091e33 100644 (file)
@@ -758,7 +758,7 @@ void PutClientInServer (void)
                {
                        if(g_weaponarena_random_with_laser)
                                WEPSET_ANDNOT_EW(self, WEP_LASER);
-                       self.weapons = randombits(self.weapons, g_weaponarena_random, FALSE);
+                       W_RandomWeapons(self, g_weaponarena_random);
                        if(g_weaponarena_random_with_laser)
                                WEPSET_OR_EW(self, WEP_LASER);
                }