From 8d118c0e36e9d06abb493461c1ca4bd8f5937828 Mon Sep 17 00:00:00 2001 From: Yamato Date: Wed, 23 Apr 2025 10:15:02 +0200 Subject: [PATCH] fix: Window::BreakWindow --- EXILED/Exiled.API/Features/Window.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.