From: Mario Date: Thu, 21 Jul 2016 16:35:50 +0000 (+1000) Subject: Use NULL instead of world X-Git-Tag: xonotic-v0.8.2~750^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a541563f1b6eb7b994d1b0aee39b3eee611a14fa;p=xonotic%2Fxonotic-data.pk3dir.git Use NULL instead of world --- diff --git a/qcsrc/server/cl_client.qc b/qcsrc/server/cl_client.qc index 5f0eb1663..48f0b8d91 100644 --- a/qcsrc/server/cl_client.qc +++ b/qcsrc/server/cl_client.qc @@ -257,7 +257,7 @@ void PutObserverInServer(entity this) RemoveGrapplingHook(this); Portal_ClearAll(this); Unfreeze(this); - SetSpectatee(this, world); + SetSpectatee(this, NULL); if (this.alivetime) {