EngineHub / WorldGuard

🛡️ Protect your Minecraft server and lets players claim areas
https://enginehub.org/worldguard/
Other
812 stars 528 forks source link

Add a Paper fast-path for DoubleChest#getLeftSide when possible #2073

Closed me4502 closed 3 months ago

me4502 commented 3 months ago

Simple PR that just adds a Paper fast-path for one of the last remaining places that don't have one.

At some point Paper added a method here (prior to what WG is built to support, so no need for version checks) to allow this, which wasn't possible prior.

This should be the last place that can cause snapshot-related bloat within debounce keys