Update TablistManager.kt
This commit is contained in:
@@ -72,9 +72,16 @@ class TablistManager(
|
||||
*/
|
||||
val WEIGHT_MAP: Map<String, String> = linkedMapOf(
|
||||
"admin" to "00",
|
||||
"mod" to "01",
|
||||
"helper" to "02",
|
||||
"vip" to "10",
|
||||
"dev" to "01",
|
||||
"tdev" to "02",
|
||||
"srmod" to "03",
|
||||
"mod" to "04",
|
||||
"trial" to "05",
|
||||
"creator" to "06",
|
||||
"partner" to "07",
|
||||
"ultimate" to "08",
|
||||
"legend" to "09",
|
||||
"elite" to "10",
|
||||
"player" to "99"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user