From fd20ecacd3b9f3bbb434b952a3c0095455e0b640 Mon Sep 17 00:00:00 2001 From: NoM0Re <1629787+NoM0Re@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:00:58 +0200 Subject: [PATCH] (fix/Pools) Epoch: Force override even if ObjectPoolMixin is provided by then to quick fix --- WeakAuras/Pools.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WeakAuras/Pools.lua b/WeakAuras/Pools.lua index 67c710b..22a8761 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