DoAfter fixes (#15127)
This commit is contained in:
@@ -229,7 +229,7 @@ namespace Content.Server.Power.EntitySystems
|
||||
|
||||
private void OnToolFinished(EntityUid uid, ApcComponent component, ApcToolFinishedEvent args)
|
||||
{
|
||||
if (!args.Cancelled)
|
||||
if (args.Cancelled)
|
||||
return;
|
||||
|
||||
component.IsApcOpen = !component.IsApcOpen;
|
||||
|
||||
Reference in New Issue
Block a user