Fix 3000 errors
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Content.Shared.Cuffs
|
||||
|
||||
private void HandleStopPull(EntityUid uid, SharedCuffableComponent component, StopPullingEvent args)
|
||||
{
|
||||
if (args.User == null || !EntityManager.TryGetEntity(args.User.Value, out var user)) return;
|
||||
if (args.User == null || !EntityManager.EntityExists(args.User.Value) return;
|
||||
|
||||
if (user == component.Owner && !component.CanStillInteract)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user