Update sv_player.lua

This commit is contained in:
[TW]Rain_Bob 2023-11-12 11:02:11 +08:00 committed by GitHub
parent 6c4698cd44
commit ae2c125d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ function GM:PlayerShouldTaunt( ply, actid )
end
function GM:CanPlayerSuicide(ply)
ply:Spawn()
ply:Kill()
return false --????
end