]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix dom stats not sent to spectators
authorterencehill <piuntn@gmail.com>
Sun, 8 May 2011 16:58:21 +0000 (18:58 +0200)
committerterencehill <piuntn@gmail.com>
Sun, 8 May 2011 16:58:21 +0000 (18:58 +0200)
qcsrc/server/domination.qc

index 281a0b4a4548df2f5583c43266be37cd6c619e36..b58c0f074fd052ba8824c007d89293247d5ea686 100644 (file)
@@ -179,7 +179,7 @@ void dompoint_captured ()
 
        self.captime = time;
 
-       FOR_EACH_PLAYER(head)
+       FOR_EACH_REALCLIENT(head)
                set_dom_state(head);
 };