mirror of
https://github.com/Winded/RagdollMover.git
synced 2025-03-04 03:13:36 -05:00
Fixed an issue with gizmo offset not getting reset properly as vector_origin constant was getting the same value as the gizmo offset for some reason? no idea why that was happening, neither does anything inside of ragdoll mover overwrite vector_origin
This commit is contained in:
parent
1acbde0c62
commit
f39a63830d
@ -414,7 +414,7 @@ end)
|
||||
|
||||
net.Receive("rgmResetGizmo", function(len, pl)
|
||||
if not pl.rgm then return end
|
||||
pl.rgm.GizmoOffset = vector_origin
|
||||
pl.rgm.GizmoOffset = Vector(0, 0, 0)
|
||||
|
||||
net.Start("rgmUpdateGizmo")
|
||||
net.WriteVector(pl.rgm.GizmoOffset)
|
||||
|
Loading…
Reference in New Issue
Block a user