diff --git a/src/main/java/com/github/steveice10/mc/protocol/packet/ingame/server/world/ServerWorldBorderPacket.java b/src/main/java/com/github/steveice10/mc/protocol/packet/ingame/server/world/ServerWorldBorderPacket.java index 7d934ad1..c1690cfa 100644 --- a/src/main/java/com/github/steveice10/mc/protocol/packet/ingame/server/world/ServerWorldBorderPacket.java +++ b/src/main/java/com/github/steveice10/mc/protocol/packet/ingame/server/world/ServerWorldBorderPacket.java @@ -98,8 +98,8 @@ public class ServerWorldBorderPacket implements Packet { this.newSize = in.readDouble(); this.lerpTime = in.readVarLong(); this.newAbsoluteMaxSize = in.readVarInt(); - this.warningTime = in.readVarInt(); this.warningBlocks = in.readVarInt(); + this.warningTime = in.readVarInt(); } else if(this.action == WorldBorderAction.SET_WARNING_TIME) { this.warningTime = in.readVarInt(); } else if(this.action == WorldBorderAction.SET_WARNING_BLOCKS) {