branchFacepunch.System/Nition-patch-1cancel
7 Years Ago
Pool.cs ItemsInUse fix Bug causes ItemsInUse to report falsely high numbers if too many items are retrieved from the Pool and then freed, hitting hit the upper limit size check. Decrementing ItemsInUse in the upper limit check fixes it to report correctly.