From: Samual Date: Thu, 10 Nov 2011 20:03:32 +0000 (-0500) Subject: Make allspec command skip bots, we can't do anything about them X-Git-Tag: xonotic-v0.6.0~188^2~28^2~222 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=75cb97bff4808f500c0f945953cd1bf8174b222b;p=xonotic%2Fxonotic-data.pk3dir.git Make allspec command skip bots, we can't do anything about them --- diff --git a/qcsrc/server/gamecommand.qc b/qcsrc/server/gamecommand.qc index d40bc9ec3..26def9e87 100644 --- a/qcsrc/server/gamecommand.qc +++ b/qcsrc/server/gamecommand.qc @@ -203,7 +203,7 @@ void GameCommand_allspec(float request, float argc) string reason = argv(1); float i; - FOR_EACH_PLAYER(client) + FOR_EACH_REALPLAYER(client) { self = client; PutObserverInServer();