diff --git a/EXILED/Exiled.API/Features/Map.cs b/EXILED/Exiled.API/Features/Map.cs index 9df9bbd37c..d0b31f3919 100644 --- a/EXILED/Exiled.API/Features/Map.cs +++ b/EXILED/Exiled.API/Features/Map.cs @@ -175,6 +175,12 @@ public static void ShowHint(string message, float duration = 3f) /// public static void StartDecontamination() => DecontaminationController.Singleton.ForceDecontamination(); + /// + /// Turns on all lights in the facility. + /// + /// The s to affect. + public static void TurnOnAllLights(IEnumerable zoneTypes) => TurnOffAllLights(0, zoneTypes); + /// /// Turns off all lights in the facility. ///