mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
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
This commit is contained in:
parent
a56d850e4b
commit
a8e49a12d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue