mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Make logs less annoying
This commit is contained in:
@@ -9352,7 +9352,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+
|
||||
+public final class MCTypeRegistry {
|
||||
+
|
||||
+ private static final Logger LOGGER = LogUtils.getLogger();
|
||||
+ private static final Logger LOGGER = LogUtils.getClassLogger();
|
||||
+
|
||||
+ public static final MCDataType LEVEL = new MCDataType("Level");
|
||||
+ public static final MCDataType PLAYER = new MCDataType("Player");
|
||||
|
Reference in New Issue
Block a user