*facepalm*

This commit is contained in:
creeper123123321 2018-07-23 10:20:41 -03:00
parent 088ce93701
commit de2abdcab0
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1

View File

@ -840,7 +840,7 @@ public class Protocol1_13To1_12_2 extends Protocol {
}
private int getNewSoundID(final int oldID) {
return MappingData.blockMappings.getNewBlock(oldID);
return MappingData.soundMappings.getNewSound(oldID);
}
// Based on method from https://github.com/Bukkit/Bukkit/blob/master/src/main/java/org/bukkit/ChatColor.java