Mat
Mat
Another addition to the list; a Skype icon. http://mastropino.deviantart.com/art/eSkype-204048506 Also, elementaryicons 2.7.1 contains some third-party icons. https://launchpad.net/elementaryicons/+download
Loss as in changes being reset, or the whole 'Default' permissions group being removed?
I believe that would be handled by cRankManager:AddGroupToRank and cRankManager:RemoveGroupFromRank. In any case, this issue should be moved to the main repo.
Probably related to https://github.com/cuberite/cuberite/issues/3609 and https://github.com/cuberite/cuberite/issues/3582
Nothing appears in the client log. I have a feeling it might be related to some other chunk bugs in 1.11, like this one: https://github.com/cuberite/WorldEdit/issues/120
It's chunk-related for sure. After placing a whole lot of boats, going out of render distance, and returning, boats disappear inside a few chunk borders. When rejoining the server, boats...
Turns out my issue with invisible boats is unrelated to the original bug, and was introduced later in #3929.
Noteworthy: 1.8, 1.9 and 1.10 protocols send LastSentPos as the spawn position (as introduced in #3929) for mobs, while the 1.11 and 1.12 protocols revert this change.
Most likely fixed. I can reopen the issue if the issue appears.
From what I can see, cChunk sends the entities, but their coordinates are way off. Edit: Don't take my word on this, I'll reduce the render distance and see if...