diff --git a/EXILED/Exiled.API/Features/Window.cs b/EXILED/Exiled.API/Features/Window.cs index a84767e1e0..d11fe275ef 100644 --- a/EXILED/Exiled.API/Features/Window.cs +++ b/EXILED/Exiled.API/Features/Window.cs @@ -190,7 +190,7 @@ public static bool TryGet(Func predicate, out IEnumerable /// /// Break the window. /// - public void BreakWindow() => Base.BreakWindow(); + public void BreakWindow() => Base.ServerDamageWindow(Health); /// /// Damages the window.