OvercastNetwork / SportBukkit

CraftBukkit and Bukkit modifications that improve stability and add new features
100 stars 85 forks source link

Sportbukkit block lag #204

Closed Pablete1234 closed 8 years ago

Pablete1234 commented 8 years ago

Core mode changes in ocn, freeze the server for a small amount of time, this is due to craftbukkit's block place method first setting it to air, and then to the new block, it caused unnecesary light updates, and in maps like fractal descent (1 thick core all arround) it creates a lag spike on the server.

This was a bug upstream, reported here that has already been fixed upstream.

I think it would be good that sportbukkit either implemented the patch, or rebased to latest craft bukkit.

jedediah commented 8 years ago

Updated SB with the fix