Point the other way

This commit is contained in:
Fesiug 2023-12-30 20:54:47 -05:00
parent 7beeb8975d
commit 15bf95c75f
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ do -- Toolgun
if SERVER then
local summon = ents.Create( "benny_npc_human" )
summon:SetPos( tr.HitPos + tr.HitNormal )
local ang = Angle( 0, p:EyeAngles().y+180, 0 )
local ang = Angle( 0, p:EyeAngles().y+0, 0 )
summon:SetAngles( ang )
summon:Spawn()
end