Shame on you Mojang

Someone wrote some horrible code that throws a world accessing task
onto the HTTP DOWNLOADER Thread Pool, for an activity that is not even
heavy enough to warrant async operation.

This then triggers async chunk loads!

What in the hell were you thinking?
This commit is contained in:
Aikar 2017-02-05 19:19:35 -05:00
parent c7d8bd43fb
commit ec31ab32af
2 changed files with 60 additions and 0 deletions

View file

@ -40,6 +40,7 @@ import BaseBlockPosition
import BiomeBase
import BiomeJungle
import BiomeMesa
import BlockBeacon
import BlockChest
import BlockFalling
import BlockFurnace