Format code [skip actions]

This commit is contained in:
github-actions
2023-05-18 06:59:08 +00:00
parent c80e0f0572
commit 87ffbdd0f1
5 changed files with 19 additions and 33 deletions

View File

@@ -10,7 +10,6 @@ public class PacketPlayerSetPauseRsp extends BasePacket {
public PacketPlayerSetPauseRsp(Retcode retcode) {
super(PacketOpcodes.PlayerSetPauseRsp);
this.setData(PlayerSetPauseRsp.newBuilder()
.setRetcode(retcode.getNumber()));
this.setData(PlayerSetPauseRsp.newBuilder().setRetcode(retcode.getNumber()));
}
}