mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-16 23:34:50 +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) {
|
if (player.getChallengeData() != null) {
|
||||||
data.setChallengeInfo(player.getChallengeData().toProto());
|
data.setChallengeInfo(player.getChallengeData().toProto());
|
||||||
} else {
|
} else {
|
||||||
data.setRetcode(1);
|
data.setRetcode(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.setData(data);
|
this.setData(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user