mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
fix: prop loggin
This commit is contained in:
parent
12a017630c
commit
e140abce96
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user