]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Use NULL instead of world
authorMario <mario@smbclan.net>
Thu, 21 Jul 2016 16:35:50 +0000 (02:35 +1000)
committerMario <mario@smbclan.net>
Thu, 21 Jul 2016 16:35:50 +0000 (02:35 +1000)
qcsrc/server/cl_client.qc

index 5f0eb1663aeec2df3effd508fe2a40cf9e6e81f3..48f0b8d914cd2c189285e0667150a974b29776d8 100644 (file)
@@ -257,7 +257,7 @@ void PutObserverInServer(entity this)
     RemoveGrapplingHook(this);
        Portal_ClearAll(this);
        Unfreeze(this);
-       SetSpectatee(this, world);
+       SetSpectatee(this, NULL);
 
        if (this.alivetime)
        {