We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a75882 commit 354067fCopy full SHA for 354067f
realisticview/libraries/client.lua
@@ -1,4 +1,5 @@
1
function MODULE:CalcView(client, origin, angles)
2
+ if client.IsInAdminEntityView then return end
3
if client:getChar() and not client:InVehicle() and lia.option.get("realisticViewEnabled") then
4
if lia.gui.character and IsValid(lia.gui.character) then return end
5
if hook.Run("ShouldUseRealisticView", client) == false then return end
0 commit comments