mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 18:15:39 +01:00
Add comment for other people
This commit is contained in:
parent
cc354db464
commit
ee9d8d6365
@ -103,7 +103,7 @@ public class OutgoingTransformer {
|
|||||||
int effectid = input.readInt();
|
int effectid = input.readInt();
|
||||||
if (effectid >= 1000 && effectid < 2000 && effectid != 1005) //Sound effect
|
if (effectid >= 1000 && effectid < 2000 && effectid != 1005) //Sound effect
|
||||||
throw new CancelException();
|
throw new CancelException();
|
||||||
if (effectid == 1005)
|
if (effectid == 1005) //Fix jukebox
|
||||||
effectid = 1010;
|
effectid = 1010;
|
||||||
output.writeInt(effectid);
|
output.writeInt(effectid);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user