Correct update messages, pending release build work

This commit is contained in:
libraryaddict
2020-04-23 21:20:33 +12:00
parent 0106e0802b
commit c469d91f83
2 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ public class PacketListenerViewSelfDisguise extends PacketAdapter {
if (watch.getIndex() == 0) {
byte b = (byte) watch.getValue();
// Add invisibility, remove glowing, remove sprinting
// Add invisibility, remove glowing
byte a = (byte) ((b | 1 << 5) & ~(1 << 6));
watch.setValue(a);