diff --git a/core/src/main/java/nl/matsv/viabackwards/ViaBackwardsConfig.java b/core/src/main/java/nl/matsv/viabackwards/ViaBackwardsConfig.java index eab0ab41..037e1ecd 100644 --- a/core/src/main/java/nl/matsv/viabackwards/ViaBackwardsConfig.java +++ b/core/src/main/java/nl/matsv/viabackwards/ViaBackwardsConfig.java @@ -27,7 +27,7 @@ public class ViaBackwardsConfig extends Config implements nl.matsv.viabackwards. private void loadFields() { addCustomEnchantsToLore = getBoolean("add-custom-enchants-into-lore", true); addTeamColorToPrefix = getBoolean("add-teamcolor-to-prefix", true); - fix1_13FacePlayer = getBoolean("fix-1_13-face-player", true); + fix1_13FacePlayer = getBoolean("fix-1_13-face-player", false); } @Override diff --git a/core/src/main/resources/assets/viabackwards/config.yml b/core/src/main/resources/assets/viabackwards/config.yml index a6a03eb6..c3905e0d 100644 --- a/core/src/main/resources/assets/viabackwards/config.yml +++ b/core/src/main/resources/assets/viabackwards/config.yml @@ -7,6 +7,5 @@ add-custom-enchants-into-lore: true # Adds the color of a scoreboard team after its prefix for 1.12 clients on 1.13+ servers. add-teamcolor-to-prefix: true # -# Converts the 1.13 face look-at packet for 1.12- players. -# Might produce a bit of overhead and caching, so you may turn this off if unused (usually only sent by the vanilla teleport). -fix-1_13-face-player: true \ No newline at end of file +# Converts the 1.13 face look-at packet for 1.12- players. Requires a bit of extra caching. +fix-1_13-face-player: false \ No newline at end of file