]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/cl_client.qc
Add a message that lets us know we can leave the belly, when it's the case
[voretournament/voretournament.git] / data / qcsrc / server / cl_client.qc
index 9f5eb15f8c3f537fc4afcb76266355eca41a1b1a..52a9a412326a0654697b44ae7f697d93ed22bb8a 100644 (file)
@@ -2016,6 +2016,7 @@ void SpectateCopy(entity spectatee) {
        self.stat_eaten = spectatee.stat_eaten;\r
        self.stat_stomachload = spectatee.stat_stomachload;\r
        self.stat_digesting = spectatee.stat_digesting;\r
+       // self.stat_canleave = spectatee.stat_canleave; // don't enable this one, since the notification it's used for does not address spectated players\r
        setorigin(self, spectatee.origin);\r
        setsize(self, spectatee.mins, spectatee.maxs);\r
        SetZoomState(spectatee.zoomstate);\r