Files
Paper/Spigot-Server-Patches/Disable-Scoreboards-for-non-players-by-default.patch
Aikar a1403cb641 Disable Scoreboards for non players by default
Entities collision is checking for scoreboards setting.
This is very heavy to do map lookups for every collision to check
this setting.

So avoid looking up scoreboards and short circuit to the "not on a team"
logic which is most likely to be true.
2016-03-08 23:42:08 -05:00

2.7 KiB