From 113cafa8050e14e1a61d4913e433105c9d9a1eb0 Mon Sep 17 00:00:00 2001 From: NoM0Re <1629787+NoM0Re@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:36:05 +0200 Subject: [PATCH] Revert "(fix/Pools) Epoch: Force override even if ObjectPoolMixin is provided by then to quick fix" This reverts commit fd20ecacd3b9f3bbb434b952a3c0095455e0b640. --- WeakAuras/Pools.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WeakAuras/Pools.lua b/WeakAuras/Pools.lua index 22a8761..67c710b 100644 --- a/WeakAuras/Pools.lua +++ b/WeakAuras/Pools.lua @@ -1,6 +1,6 @@ ---if ObjectPoolMixin then --- return ---end +if ObjectPoolMixin then + return +end local assert = assert local ipairs = ipairs