mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-12 21:34:35 +01:00
Fix error message when logging in
This commit is contained in:
@@ -15,7 +15,7 @@ public class PacketGetCurChallengeScRsp extends BasePacket {
|
||||
if (player.getChallengeData() != null) {
|
||||
data.setChallengeInfo(player.getChallengeData().toProto());
|
||||
} else {
|
||||
data.setRetcode(1);
|
||||
data.setRetcode(0);
|
||||
}
|
||||
|
||||
this.setData(data);
|
||||
|
||||
Reference in New Issue
Block a user