mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-02 09:09:55 +01:00
Fix stop sound source reading
This commit is contained in:
parent
e7ab178449
commit
a30b48d8e9
@ -70,7 +70,7 @@ public class SoundRewriter {
|
|||||||
if ((flags & 0x02) == 0) return; // No sound specified
|
if ((flags & 0x02) == 0) return; // No sound specified
|
||||||
|
|
||||||
if ((flags & 0x01) != 0) {
|
if ((flags & 0x01) != 0) {
|
||||||
wrapper.passthrough(Type.STRING); // Source
|
wrapper.passthrough(Type.VAR_INT); // Source
|
||||||
}
|
}
|
||||||
|
|
||||||
String soundId = wrapper.read(Type.STRING);
|
String soundId = wrapper.read(Type.STRING);
|
||||||
|
Loading…
Reference in New Issue
Block a user