From 5abd864fa5ecfe63d65ebd9f29597bfeb1a09f70 Mon Sep 17 00:00:00 2001 From: Enginecrafter77 Date: Fri, 10 Jun 2022 11:55:31 +0200 Subject: [PATCH] fix: Typo in config.yml comment about useProxyAgnosticResolver --- core/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index 76ba617c..5bec5b88 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -159,7 +159,7 @@ premium-warning: true # negligible to no security impact. # # This setting works on a similar principle as 'prevent-proxy' setting in server.properties. -# When set to false, the server behaves like prevent-proxy was set to false and vice-versa. +# When set to false, the server behaves like prevent-proxy was set to true and vice-versa. # Normally, when you use the prevent-proxy=true, you would want this disabled. # # Please note that this setting has no effect when used outside of Spigot+ProtocolLib context.