[Memory Leak] Leaking Client Level
pietro-lopes opened this issue ยท 1 comments
Describe the bug
This constructor is also called on the client
This clearRemoved is also called on the client
but both are unregistered at setRemoved, which is only called at the server side, so it leaks the client ones registered.
How to reproduce the bug
Summon those entities, change dimension and watch level being leaked
Expected behavior
Do not register on client side.
Additional details
No response
Which Minecraft version are you using?
1.21
Which version of PneumaticCraft: Repressurized are you using?
8.2.12
Crash log
No response