]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/miscfunctions.qc
Make it compile now
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / miscfunctions.qc
index e7e771dc6ed03a26ff89f050aa1499ff2fc835ad..1178693864108d500a038b87d8b9d57753b6df33 100644 (file)
@@ -524,7 +524,7 @@ void GetCvars(float f)
                if (s == "cl_weaponpriority")
                        self.switchweapon = w_getbestweapon(self);
                if (s == "cl_allow_uidtracking")
-                       PlayerStats_AddPlayer(self);
+                       PlayerStats_GameReport_AddPlayer(self);
        }
 }