Revert "(fix/Pools) Epoch: Force override even if ObjectPoolMixin is provided by then to quick fix"

This reverts commit fd20ecacd3.
This commit is contained in:
NoM0Re
2025-09-08 19:36:05 +02:00
parent fd20ecacd3
commit 113cafa805
+3 -3
View File
@@ -1,6 +1,6 @@
--if ObjectPoolMixin then
-- return
--end
if ObjectPoolMixin then
return
end
local assert = assert
local ipairs = ipairs