A bunch of AttachedEntity bullshit
This commit is contained in:
@@ -35,9 +35,9 @@ namespace Content.Shared.Cuffs
|
||||
|
||||
private void HandleStopPull(EntityUid uid, SharedCuffableComponent component, StopPullingEvent args)
|
||||
{
|
||||
if (args.User == null || !EntityManager.EntityExists(args.User.Value) return;
|
||||
if (args.User == null || !EntityManager.EntityExists(args.User.Value)) return;
|
||||
|
||||
if (user == component.Owner && !component.CanStillInteract)
|
||||
if (args.User.Value == component.Owner && !component.CanStillInteract)
|
||||
{
|
||||
args.Cancel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user