mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix bearer discrepency
parent
3380ea3609
commit
73d05e7cbf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue