mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-02 14:38:26 +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;
|
||||
}
|
||||
|
||||
public ResponsePacket() {
|
||||
this("");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void write(@NotNull BinaryWriter writer) {
|
||||
writer.writeSizedString(jsonResponse);
|
||||
|
Loading…
Reference in New Issue
Block a user