aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared/player_ghost.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/shared/player_ghost.lua')
-rw-r--r--gamemode/shared/player_ghost.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/gamemode/shared/player_ghost.lua b/gamemode/shared/player_ghost.lua
index d2eade8..7cf11d0 100644
--- a/gamemode/shared/player_ghost.lua
+++ b/gamemode/shared/player_ghost.lua
@@ -58,6 +58,7 @@ else
Pos.x = Pos.x - (Pos.x%20)
Pos.y = Pos.y - (Pos.y%20)
Pos.z = Pos.z - (Pos.z%20)
+ Aim.yaw = Aim.yaw - (Aim.yaw%15)
end
for k,v in pairs(pl.GhostItem.Ghost) do