mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
Fix write as well
This commit is contained in:
parent
bf0a6be8fe
commit
b0b83242ea
1 changed files with 1 additions and 1 deletions
|
@ -126,8 +126,8 @@ public class ServerWorldBorderPacket implements Packet {
|
|||
out.writeDouble(this.newSize);
|
||||
out.writeVarLong(this.lerpTime);
|
||||
out.writeVarInt(this.newAbsoluteMaxSize);
|
||||
out.writeVarInt(this.warningTime);
|
||||
out.writeVarInt(this.warningBlocks);
|
||||
out.writeVarInt(this.warningTime);
|
||||
} else if(this.action == WorldBorderAction.SET_WARNING_TIME) {
|
||||
out.writeVarInt(this.warningTime);
|
||||
} else if(this.action == WorldBorderAction.SET_WARNING_BLOCKS) {
|
||||
|
|
Loading…
Reference in a new issue