From 074af0e282210e45915fd789b3f76ddac5c73745 Mon Sep 17 00:00:00 2001 From: KennyTV Date: Wed, 2 Sep 2020 15:45:39 +0200 Subject: [PATCH] Fix typo in config --- common/src/main/resources/assets/viaversion/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/assets/viaversion/config.yml b/common/src/main/resources/assets/viaversion/config.yml index 4a7cc0be8..be25b4df2 100644 --- a/common/src/main/resources/assets/viaversion/config.yml +++ b/common/src/main/resources/assets/viaversion/config.yml @@ -147,7 +147,7 @@ flowerstem-when-block-above: false # Vines that are not connected to blocks will be mapped to air, else 1.13+ would still be able to climb up on them. vine-climb-fix: false # -# Ignores incoming plugin channel messages of 1.16+ clients with channel names longer than 32 charatcers. +# Ignores incoming plugin channel messages of 1.16+ clients with channel names longer than 32 characters. # CraftBukkit had this limit hardcoded until 1.16, so we have to assume any server/proxy might have this arbitrary check present. ignore-long-1_16-channel-names: true #