]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add a missing SpectateUpdate call
authorRudolf Polzer <divverent@xonotic.org>
Fri, 24 Jun 2011 05:48:28 +0000 (07:48 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 24 Jun 2011 05:48:28 +0000 (07:48 +0200)
qcsrc/server/cl_client.qc

index d624948c7f0678e059300b527d05142ea6136ba9..9a1d4100473f0967dae2bea37e158ed5103805a2 100644 (file)
@@ -2620,6 +2620,8 @@ void SpectatorThink()
                                return;
                        }
                }
+               if(!SpectateUpdate())
+                       PutObserverInServer();
        }
 
        PrintWelcomeMessage(self);