mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-06 16:37:38 +01:00
Fix test
This commit is contained in:
parent
14304f19de
commit
c58eaa51d3
@ -13,6 +13,10 @@ public class ResponsePacket implements ServerPacket {
|
|||||||
this.jsonResponse = jsonResponse;
|
this.jsonResponse = jsonResponse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ResponsePacket() {
|
||||||
|
this("");
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void write(@NotNull BinaryWriter writer) {
|
public void write(@NotNull BinaryWriter writer) {
|
||||||
writer.writeSizedString(jsonResponse);
|
writer.writeSizedString(jsonResponse);
|
||||||
|
Loading…
Reference in New Issue
Block a user