Removes jitter when (de)activating a stunbaton.
This commit is contained in:
parent
2b9d3d8ff8
commit
e534e555c1
|
|
@ -72,8 +72,6 @@ namespace Content.Server.Stunnable
|
|||
if (!Get<ActionBlockerSystem>().CanUse(args.User))
|
||||
return;
|
||||
|
||||
Get<JitteringSystem>().DoJitter(args.User.Uid, TimeSpan.FromMinutes(1), 20f, 8f);
|
||||
|
||||
if (comp.Activated)
|
||||
{
|
||||
TurnOff(comp);
|
||||
|
|
|
|||
Loading…
Reference in New Issue