fix: prop loggin

This commit is contained in:
Linventif 2024-06-29 04:16:45 +00:00
parent 12a017630c
commit e140abce96

View File

@ -161,7 +161,7 @@ hook.Add("PlayerHurt", "gmInte:Player:Hurt", function(ply, attacker, healthRemai
end) end)
hook.Add("PlayerSpawnedProp", "gmInte:Player:SpawnedProp", function(ply, model, ent) hook.Add("PlayerSpawnedProp", "gmInte:Player:SpawnedProp", function(ply, model, ent)
gmInte.postLogPlayerSpawnedSomething("sent", ply, ent, model) gmInte.postLogPlayerSpawnedSomething("prop", ply, ent, model)
end) end)
hook.Add("PlayerSpawnedSENT", "gmInte:Player:SpawnedSENT", function(ply, ent) hook.Add("PlayerSpawnedSENT", "gmInte:Player:SpawnedSENT", function(ply, ent)