]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qc
Add option to disable freecam (observer) in Clan Arena (enabled by default in XPM)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qc
index 69214ee8a9877e9a1a74d92f217f6e9bb74bf261..9c610aabca53484a66ec502772e79dc483336010 100644 (file)
@@ -657,6 +657,7 @@ NET_HANDLE(ENT_CLIENT_CLIENTDATA, bool isnew)
                newspectatee_status = 0;
 
        spectatorbutton_zoom = (f & BIT(2));
+       observe_blocked = (f & BIT(3));
 
        if(f & BIT(4))
        {