36c8e19946db012ff3b9c5fe491f7db99f33c76b
Previously, if an error occurred during CraftServer initialization before the logger was instantiated, it would cause an NPE and the server would never finish loading properly. By instantiating the logger before attempting to load anything else in CraftServer, we ensure that a logger will always be available in the case of any errors. By: GJ <gjmcferrin@gmail.com>
Description
No description provided
51 MiB
Languages
Java
100%