Merge pull request #347 from GreenpixDev/master

Fix automatic component translation
This commit is contained in:
TheMode 2021-07-03 02:43:43 +02:00 committed by GitHub
commit 75ee08821f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;