Fix buckle not working
This commit is contained in:
parent
2eea2a8f4e
commit
bf1fce006f
1 changed files with 2 additions and 1 deletions
|
|
@ -256,11 +256,12 @@ namespace Content.Server.GameObjects.Components.Buckle
|
|||
|
||||
Appearance?.SetData(BuckleVisuals.Buckled, true);
|
||||
|
||||
ReAttach(strap);
|
||||
|
||||
BuckledTo = strap;
|
||||
LastEntityBuckledTo = BuckledTo.Owner.Uid;
|
||||
DontCollide = true;
|
||||
|
||||
ReAttach(strap);
|
||||
UpdateBuckleStatus();
|
||||
|
||||
SendMessage(new BuckleMessage(Owner, to));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue