diff --git a/Exiled.API/Extensions/EffectTypeExtension.cs b/Exiled.API/Extensions/EffectTypeExtension.cs
index e85b015aa0..2f336440dc 100644
--- a/Exiled.API/Extensions/EffectTypeExtension.cs
+++ b/Exiled.API/Extensions/EffectTypeExtension.cs
@@ -126,7 +126,7 @@ public static bool TryGetEffectType(this StatusEffectBase statusEffectBase, out
///
/// The effect.
/// The applied.
- public static void SetFog(this FogControl fogControl, FogType fogType) => fogControl.Intensity = (byte)(fogType + 1);
+ public static void SetFogType(this FogControl fogControl, FogType fogType) => fogControl.Intensity = (byte)(fogType + 1);
///
/// Returns whether or not the provided drains health over time.