summaryrefslogtreecommitdiff
path: root/gamemode
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode')
-rw-r--r--gamemode/ply_extension.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/ply_extension.lua b/gamemode/ply_extension.lua
index ba322df..01b8531 100644
--- a/gamemode/ply_extension.lua
+++ b/gamemode/ply_extension.lua
@@ -291,7 +291,7 @@ function meta:HasShotgun()
end
function meta:AddHeadshot()
-
+ if CLIENT then return end
if self:HasShotgun() then return end
self.Headshots = ( self.Headshots or 0 ) + 1