From a8e49a12d33902c96d812a39011e523339740e4a Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Thu, 2 May 2024 09:53:43 +0100 Subject: [PATCH] default save-empty-scoreboard-teams to vanilla The primary environmental factor which caused this feature to be implemented is no longer much of a factor within the community --- 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 bbe6e48aba..974359051d 100644 --- a/patches/server/Paper-config-files.patch +++ b/patches/server/Paper-config-files.patch @@ -679,7 +679,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + public class Scoreboards extends ConfigurationPart { + public boolean trackPluginScoreboards = false; -+ public boolean saveEmptyScoreboardTeams = false; ++ public boolean saveEmptyScoreboardTeams = true; + } + + @SuppressWarnings("unused") // used in postProcess