Is ammar2 a wizard?

This commit is contained in:
md_5 2012-10-28 16:00:28 +11:00
parent 52e81deb58
commit 9e4ecf1ad4

View File

@ -37,7 +37,7 @@ class MetaData extends Instruction {
default: default:
throw new IllegalArgumentException("Unknown metadata type " + type); throw new IllegalArgumentException("Unknown metadata type " + type);
} }
x = in.readByte(); x = in.readUnsignedByte();
} }
} }
} }