Commit 7e8efe01 authored by Him188's avatar Him188

Fix GroupId.toGroupInternalId

parent 3f8eb2c0
...@@ -24,7 +24,7 @@ fun GroupId.toInternalId(): GroupInternalId { ...@@ -24,7 +24,7 @@ fun GroupId.toInternalId(): GroupInternalId {
in 11..19 -> plusLeft(469, 6) in 11..19 -> plusLeft(469, 6)
in 20..66 -> plusLeft(208, 7) in 20..66 -> plusLeft(208, 7)
in 67..156 -> plusLeft(1943, 6) in 67..156 -> plusLeft(1943, 6)
in 157..209 -> plusLeft(1997, 7) in 157..209 -> plusLeft(199, 7)
in 210..309 -> plusLeft(389, 7) in 210..309 -> plusLeft(389, 7)
in 310..499 -> plusLeft(349, 7) in 310..499 -> plusLeft(349, 7)
else -> null else -> null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment