Merge branch 'master' into new-block-api

This commit is contained in:
TheMode 2021-07-03 04:24:01 +02:00
commit 10aeb32b45

View File

@ -26,7 +26,7 @@ public final class MinestomAdventure {
/**
* If components should be automatically translated in outgoing packets.
*/
public static final boolean AUTOMATIC_COMPONENT_TRANSLATION = false;
public static boolean AUTOMATIC_COMPONENT_TRANSLATION = false;
static final Localizable NULL_LOCALIZABLE = () -> null;