[SPIGOT-986] Skulls with data outside of 0-4 will cause chunk.getTileEntities() to fail Created: 13/Jun/15 Updated: 27/Jun/15 Resolved: 27/Jun/15 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Paul Sauve | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Craftbukkit, chunks | ||
Environment: |
This happens on all systems using the latest version of Spigot. |
Description |
When calling chunk.getTileEntities() any Skull placed with an id > 4 will cause an exception. An example error log can be found here: http://pastebin.com/SuZZaUJC |
Comments |
Comment by Hex [ 22/Jun/15 ] |
This, as far as I can see, is 100% intentional. Why would there be a skull with an id greater than 4 anyways? |
Comment by Paul Sauve [ 13/Jun/15 ] |
It also happens with git-Spigot-44c59bf-8f0f4ed |