Revert "Make power grid check event force APCs off (#17935)" (#18731)

This reverts commit d21e4a1d4e.
This commit is contained in:
Moony
2023-08-06 13:39:48 -05:00
committed by GitHub
parent 146cda19c5
commit 81e4668df3
2 changed files with 5 additions and 29 deletions

View File

@@ -1,11 +0,0 @@
using Content.Server.StationEvents.Events;
namespace Content.Server.StationEvents.Components;
/// <summary>
/// Added to APCs to prevent them from turning on until event end
/// </summary>
[RegisterComponent, Access(typeof(PowerGridCheckRule))]
public sealed class PowerGridCheckDisabledComponent : Component
{
}