High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Go to file
Owen1212055 07936857f5 Avoid Lazy Initialization for Enum Fields
This patch is meant to get rid of any instances of lazy initialization that Minecraft introduces for enums.
This has the possibility to create race condition issues, and generally don't make sense to be lazily done anyways.
2023-05-14 00:47:28 -04:00
paper-server Avoid Lazy Initialization for Enum Fields 2023-05-14 00:47:28 -04:00