Format code [skip actions]

This commit is contained in:
github-actions
2023-05-11 02:23:43 +00:00
Unverified
parent f51fd55cb5
commit f9906c4492
730 changed files with 29212 additions and 29159 deletions
@@ -10,9 +10,12 @@ public final class PacketWindSeedClientNotify extends BasePacket {
public PacketWindSeedClientNotify(byte[] compiledLua) {
super(PacketOpcodes.WindSeedClientNotify);
this.setData(WindSeedClientNotify.newBuilder()
.setAreaNotify(AreaNotify.newBuilder()
.setAreaId(1).setAreaType(1)
.setAreaCode(ByteString.copyFrom(compiledLua))));
this.setData(
WindSeedClientNotify.newBuilder()
.setAreaNotify(
AreaNotify.newBuilder()
.setAreaId(1)
.setAreaType(1)
.setAreaCode(ByteString.copyFrom(compiledLua))));
}
}