Fix attacker notification error

This commit is contained in:
thecraftianman 2024-05-18 15:54:03 -04:00
parent 4326e8cd1a
commit 2687e66a38

View File

@ -47,7 +47,7 @@ hook.Add( "DakTankDamageCheck", "DakTank_BuildmodeIntegration", function( hitEnt
if attackerBuild then
net.Start( "ACF_BuildmodeNotif" )
net.WriteBool( false )
net.Send( attacker )
net.Send( shellOwner )
return false
end