From: terencehill Date: Sun, 8 May 2011 16:58:21 +0000 (+0200) Subject: Fix dom stats not sent to spectators X-Git-Tag: xonotic-v0.5.0~262^2~1 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=12acc195c49bdaee9e4a5319ed4842d3cca918af Fix dom stats not sent to spectators --- diff --git a/qcsrc/server/domination.qc b/qcsrc/server/domination.qc index 281a0b4a4..b58c0f074 100644 --- a/qcsrc/server/domination.qc +++ b/qcsrc/server/domination.qc @@ -179,7 +179,7 @@ void dompoint_captured () self.captime = time; - FOR_EACH_PLAYER(head) + FOR_EACH_REALCLIENT(head) set_dom_state(head); };