]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
Revert to the old method in hopes to catch a command spam issue
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index e63a9afbc7d9d8a0652b4f440918fb87fe1ee84c..06d5f05ec73124345db15fb32ef925be9dc4f769 100644 (file)
@@ -2491,6 +2491,8 @@ void PlayerPreThink ()
        if(self.spectatee_status != oldspectatee_status)
        {
                ClientData_Touch(self);
+               if(g_race || g_cts)
+                       race_InitSpectator();
        }
 
        if(self.teamkill_soundtime)