RiledUpCrow / Hordes

Bukkit plugin which increases observable amount of monsters without actually spawning more of them.
GNU General Public License v3.0
8 stars 9 forks source link

Remove async mob checking #8

Closed RiledUpCrow closed 8 years ago

RiledUpCrow commented 8 years ago

Async mob checking is unnecessary - it's fast enough for the main thread. It will prevent all those messages about concurrent modifications.