mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-26 15:59:52 +08:00
Run spotlessApply
This commit is contained in:
@@ -17,9 +17,7 @@ public class HandlerUnlockPersonalLineReq extends PacketHandler {
|
||||
var req = UnlockPersonalLineReq.parseFrom(payload);
|
||||
var data = GameData.getPersonalLineDataMap().get(req.getPersonalLineId());
|
||||
if (data == null) {
|
||||
session.send(
|
||||
new PacketUnlockPersonalLineRsp(
|
||||
req.getPersonalLineId(), Retcode.RET_FAIL));
|
||||
session.send(new PacketUnlockPersonalLineRsp(req.getPersonalLineId(), Retcode.RET_FAIL));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user