mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 07:57:28 +08:00
[F] Fix bearer discrepency
This commit is contained in:
@@ -15,7 +15,8 @@ class UserLoginHandler(mapper: BasicMapper) : BaseHandler {
|
|||||||
"loginCount" to 1,
|
"loginCount" to 1,
|
||||||
"consecutiveLoginCount" to 0,
|
"consecutiveLoginCount" to 0,
|
||||||
"loginId" to 1,
|
"loginId" to 1,
|
||||||
"Bearer" to "meow" // Isn't actually used by the game
|
"Bearer" to "meow", // Isn't actually used by the game
|
||||||
|
"bearer" to "meow"
|
||||||
))
|
))
|
||||||
|
|
||||||
override fun handle(request: Map<String, Any>) = resp
|
override fun handle(request: Map<String, Any>) = resp
|
||||||
|
|||||||
Reference in New Issue
Block a user