This commit is contained in:
Him188 2020-02-12 21:38:00 +08:00
parent 35c7e7947f
commit 3e0e6f837f

View File

@ -72,7 +72,7 @@ internal class FriendList {
val members: List<StTroopMemberInfo>,
val nextUin: Long
) : Packet {
override fun toString(): String = "Friendlist.GetTroopMemberList.Response"
override fun toString(): String = "FriendList.GetTroopMemberList.Response"
}
}