Fix not being able to join friend's world

This commit is contained in:
Melledy
2022-04-20 18:48:26 -07:00
parent 7f2de4fab8
commit 8a8906098e
3 changed files with 10 additions and 12 deletions

View File

@@ -23,7 +23,6 @@ public class PacketGetPlayerFriendListRsp extends GenshinPacket {
.setWorldLevel(0)
.setSignature("")
.setLastActiveTime((int) (System.currentTimeMillis() / 1000f))
.setIsMpModeAvailable(true)
.setNameCardId(210001)
.setOnlineState(FriendOnlineState.FRIEND_ONLINE)
.setParam(1)