Fix build

This commit is contained in:
Raoul Van den Berge
2016-10-11 01:43:42 +02:00
parent 4e209b04eb
commit ccbb41b45b

View File

@@ -124,7 +124,7 @@ public final class RSSerializers {
}
@Override
public AccessType read(PacketBuffer buf) throws IOException {
public AccessType read(PacketBuffer buf) {
return RSUtils.getAccessType(buf.readInt());
}