add byte
This commit is contained in:
parent
2899dea790
commit
76a9df6f5b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class ItemDisplayMeta extends AbstractDisplayMeta {
|
|||
}
|
||||
|
||||
public DisplayType getDisplayType() {
|
||||
return DisplayType.VALUES[super.metadata.getIndex(offset(OFFSET, 1), 0)];
|
||||
return DisplayType.VALUES[super.metadata.getIndex(offset(OFFSET, 1), (byte) 0)];
|
||||
}
|
||||
|
||||
public void setDisplayType(DisplayType displayType) {
|
||||
|
|
Loading…
Reference in a new issue