mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-12-24 01:17:40 +01:00
*facepalm*
This commit is contained in:
parent
088ce93701
commit
de2abdcab0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user