fix aoob exception

This commit is contained in:
creeper123123321 2019-03-16 09:41:24 -03:00
parent 1885840768
commit 91acf71454
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1

View File

@ -9,7 +9,7 @@ import java.util.Arrays;
import static us.myles.ViaVersion.protocols.protocol1_13to1_12_2.data.MappingData.loadData;
public class SoundMapping {
private static short[] sounds = new short[772];
private static short[] sounds = new short[789];
public static void init() {
JsonObject mapping1_13_2 = loadData("mapping-1.13.2.json");