From: Rudolf Polzer Date: Fri, 24 Jun 2011 05:48:28 +0000 (+0200) Subject: add a missing SpectateUpdate call X-Git-Tag: xonotic-v0.5.0~173^2~6 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=950e6adba833cadfc728f2161e3fd0a2a8461830;p=xonotic%2Fxonotic-data.pk3dir.git add a missing SpectateUpdate call --- diff --git a/qcsrc/server/cl_client.qc b/qcsrc/server/cl_client.qc index d624948c7..9a1d41004 100644 --- a/qcsrc/server/cl_client.qc +++ b/qcsrc/server/cl_client.qc @@ -2620,6 +2620,8 @@ void SpectatorThink() return; } } + if(!SpectateUpdate()) + PutObserverInServer(); } PrintWelcomeMessage(self);