Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-26 16:12:43 +01:00
Fix stop sound source reading
Dieser Commit ist enthalten in:
Ursprung
e7ab178449
Commit
a30b48d8e9
@ -70,7 +70,7 @@ public class SoundRewriter {
|
||||
if ((flags & 0x02) == 0) return; // No sound specified
|
||||
|
||||
if ((flags & 0x01) != 0) {
|
||||
wrapper.passthrough(Type.STRING); // Source
|
||||
wrapper.passthrough(Type.VAR_INT); // Source
|
||||
}
|
||||
|
||||
String soundId = wrapper.read(Type.STRING);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren