mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-12-23 17:08:15 +01:00
Re-add a semicolon
🥇
This commit is contained in:
parent
1998eca6c8
commit
22793dbac4
@ -36,7 +36,7 @@ public class SpongeEncodeHandler extends MessageToByteEncoder<Object> implements
|
||||
}
|
||||
}
|
||||
} else {
|
||||
bytebuf.writeBytes((ByteBuf) o)
|
||||
bytebuf.writeBytes((ByteBuf) o);
|
||||
}
|
||||
transform(bytebuf);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user