Allow non player entities in scoreboards by default (#9082)

This in general caused much more confusion than needed, and in general, made rather negligible performance gains on collision.
This commit is contained in:
Owen1212055 2023-04-02 13:53:11 -04:00
parent 1043e2076b
commit f5224dafea

View file

@ -1762,7 +1762,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ public Scoreboards scoreboards;
+
+ public class Scoreboards extends ConfigurationPart {
+ public boolean allowNonPlayerEntitiesOnScoreboards = false;
+ public boolean allowNonPlayerEntitiesOnScoreboards = true;
+ public boolean useVanillaWorldScoreboardNameColoring = false;
+ }
+