mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +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 class Scoreboards extends ConfigurationPart {
|
||||||
+ public boolean trackPluginScoreboards = false;
|
+ public boolean trackPluginScoreboards = false;
|
||||||
+ public boolean saveEmptyScoreboardTeams = false;
|
+ public boolean saveEmptyScoreboardTeams = true;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ @SuppressWarnings("unused") // used in postProcess
|
+ @SuppressWarnings("unused") // used in postProcess
|
||||||
|
|
Loading…
Reference in a new issue