]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/view.qc
Merge branch 'Mario/cursor' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / view.qc
index f733e69a68d77bbadbfba8b07fa2ccaa15ea863a..2341cec7797120e9b69617d607767fb3c3f86106 100644 (file)
@@ -827,6 +827,9 @@ bool WantEventchase(entity this)
                        }
                        else return true;
                }
+               if (spectatee_status > 0 && autocvar_cl_eventchase_spectated_change
+                       && time <= spectatee_status_changed_time + 0.5)
+                       return true;
        }
        return false;
 }