user position -> badge

This commit is contained in:
Jill 2023-01-09 15:44:31 +03:00
parent 7a29b8ca70
commit cca71b1253
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ CrystalGauntlet.endpoints["/getGJUserInfo20.php"] = ->(context : HTTP::Server::C
45 => twitch_url || "",
46 => diamonds,
48 => explosion,
49 => (rank || Ranks::NULL_RANK).position,
49 => (rank || Ranks::NULL_RANK).badge,
50 => 2 - comments_enabled
})
}