07-25-2014, 05:49 PM
After fixing #1196 ( https://github.com/mc-server/MCServer/issues/1196 ) I noticed that the server seems more responsive, related to how the chunks are streamed to the client. Previously I used to walk in one direction and would "catch up" with the missing chunks being streamed, because they couldn't be loaded / generated fast enough. Since that change, the chunk loading and generating seems much snappier, I haven't been able to catch up with the missing chunks anymore. Also the chunk generator seems to run a wee bit faster.
Is it just me, or are you seeing this as well?
Is it just me, or are you seeing this as well?