Files
Paper/Spigot-Server-Patches/Optimize-sending-packets-to-nearby-locations-sounds-.patch
Aikar f4452c380d Workaround for really evil plugins breaking sounds
Some plugins are doing really really bad things to worlds breaking the
ability to send sounds to some users.

So creating another reference to the player chunk map that plugins wont be breaking, and
print a stack trace at world creation if we ever get an expected world state to identify
who is doing it!

If we encounter this illegal state, we fall back to the old method of sending sounds, so
sending sounds will still work, just less effecient.
2020-05-27 00:47:20 -04:00

3.8 KiB