Lint code

This commit is contained in:
KingRainbow44
2023-04-09 14:50:59 -04:00
Unverified
parent bb6569b736
commit e20c7c151b
20 changed files with 245 additions and 173 deletions
@@ -10,7 +10,6 @@ public class PacketPlayerSetPauseRsp extends BasePacket {
public PacketPlayerSetPauseRsp() {
super(PacketOpcodes.PlayerSetPauseRsp);
this.setData(PlayerSetPauseRsp.newBuilder()
.setRetcode(Retcode.RET_SUCC_VALUE));
this.setData(PlayerSetPauseRsp.newBuilder().setRetcode(Retcode.RET_SUCC_VALUE));
}
}