mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-01-21 21:41:34 +01:00
Disable face player fix by default (unlikely to be used too often)
This commit is contained in:
parent
3144c6fb19
commit
d9e5f650f1
@ -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
|
||||
|
@ -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
|
||||
# Converts the 1.13 face look-at packet for 1.12- players. Requires a bit of extra caching.
|
||||
fix-1_13-face-player: false
|
Loading…
Reference in New Issue
Block a user