mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-11 13:43:34 +08:00
Format code [skip actions]
This commit is contained in:
@@ -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))));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user