From a7eec3f980fa6f9f67bccd344bd503838b49c0e1 Mon Sep 17 00:00:00 2001 From: gecko10000 <60494179+gecko10000@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:21:31 -0700 Subject: [PATCH] Change online mode default for Velocity configuration (#10413) --- patches/server/Paper-config-files.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/Paper-config-files.patch b/patches/server/Paper-config-files.patch index aa7088d265..ac0a2321f8 100644 --- a/patches/server/Paper-config-files.patch +++ b/patches/server/Paper-config-files.patch @@ -575,7 +575,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + public class Velocity extends ConfigurationPart { + public boolean enabled = false; -+ public boolean onlineMode = false; ++ public boolean onlineMode = true; + public String secret = ""; + + @PostProcess