Skip to content

Commit 1d56de0

Browse files
authored
Set creator for holograms (#3390)
Because of this, players playing with prop protection cannot manipulate the entities of their holograms.
1 parent 44bd95d commit 1d56de0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/entities/gmod_wire_hologram.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ end
2222

2323
function ENT:SetPlayer(ply)
2424
self:SetPlayerEnt(ply)
25+
self:SetCreator(ply)
2526
self.steamid = ply:SteamID()
2627
end
2728

0 commit comments

Comments
 (0)