We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Map.StartDecontamination()
1 parent f2342a4 commit d10d7f5Copy full SHA for d10d7f5
1 file changed
EXILED/Exiled.API/Features/Map.cs
@@ -300,7 +300,7 @@ public static bool PlaySquishSound(Vector3 position)
300
/// <summary>
301
/// Forces the light containment zone decontamination process.
302
/// </summary>
303
- public static void StartDecontamination() => DecontaminationController.Singleton.FinishDecontamination();
+ public static void StartDecontamination() => DecontaminationController.Singleton.DecontaminationOverride = DecontaminationController.DecontaminationStatus.Forced;
304
305
306
/// Turns on all lights in the facility.
0 commit comments