diff --git a/Glamourer/Events/GPoseService.cs b/Glamourer/Events/GPoseService.cs index 7b162ae..a84f1d6 100644 --- a/Glamourer/Events/GPoseService.cs +++ b/Glamourer/Events/GPoseService.cs @@ -56,7 +56,7 @@ public sealed class GPoseService : EventWrapper InGPose = inGPose; Invoke(InGPose); var actions = InGPose ? _onEnter : _onLeave; - foreach (var action in actions) + while (actions.TryDequeue(out var action)) { try {