Update TablistManager.kt

This commit is contained in:
TDSTOS
2026-04-12 19:25:08 +02:00
parent adb458213a
commit 72cc136658

View File

@@ -72,9 +72,16 @@ class TablistManager(
*/ */
val WEIGHT_MAP: Map<String, String> = linkedMapOf( val WEIGHT_MAP: Map<String, String> = linkedMapOf(
"admin" to "00", "admin" to "00",
"mod" to "01", "dev" to "01",
"helper" to "02", "tdev" to "02",
"vip" to "10", "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" "player" to "99"
) )