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 c5851f632a
commit 7daac312a5
2 changed files with 58 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