mirror of
https://github.com/thirteen-io/Advanced-Bone-Tool.git
synced 2025-03-04 03:13:35 -05:00
Fixed bug with multiplayer servers.
This commit is contained in:
parent
ab80ddfd87
commit
3ca3e5cc6b
@ -85,6 +85,7 @@ else
|
||||
end
|
||||
|
||||
function TOOL:Click( tr )
|
||||
if CLIENT then return true end
|
||||
if ( IsValid( tr.Entity ) ) then
|
||||
self.Entity = tr.Entity
|
||||
local physbone = tr.PhysicsBone
|
||||
|
Loading…
Reference in New Issue
Block a user