From: Rudolf Polzer Date: Wed, 23 Feb 2011 19:47:42 +0000 (+0100) Subject: undo an accidentally done chaneg in last commit X-Git-Tag: xonotic-v0.5.0~311^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=81b887bfed458dba3d9a51933985df02999608ca;p=xonotic%2Fxonotic-data.pk3dir.git undo an accidentally done chaneg in last commit --- diff --git a/qcsrc/server/cl_client.qc b/qcsrc/server/cl_client.qc index acf399f91..71584d350 100644 --- a/qcsrc/server/cl_client.qc +++ b/qcsrc/server/cl_client.qc @@ -2365,6 +2365,7 @@ void SpectateCopy(entity spectatee) { self.fixangle = TRUE; setorigin(self, spectatee.origin); setsize(self, spectatee.mins, spectatee.maxs); + SetZoomState(spectatee.zoomstate); anticheat_spectatecopy(spectatee); } @@ -2401,8 +2402,6 @@ float SpectateNext() { self.movetype = MOVETYPE_NONE; accuracy_resend(self); - SetZoomState(spectatee.zoomstate); - if(!SpectateUpdate()) PutObserverInServer();