mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-23 21:52:35 +01:00
clarify reauth error
This commit is contained in:
parent
a6f5197389
commit
adfa957e66
@ -180,7 +180,7 @@ class WebServer {
|
|||||||
}
|
}
|
||||||
val future = sessionHashCallbacks[hash]
|
val future = sessionHashCallbacks[hash]
|
||||||
if (!listeners.containsKey(id)) {
|
if (!listeners.containsKey(id)) {
|
||||||
future.completeExceptionally(StacklessException("UUID $id ($frontName) isn't listened. Go to web auth."))
|
future.completeExceptionally(StacklessException("UUID $id ($frontName) isn't listened. Go to web auth for reauthing."))
|
||||||
} else {
|
} else {
|
||||||
coroutineScope.apply {
|
coroutineScope.apply {
|
||||||
launch(Dispatchers.IO) {
|
launch(Dispatchers.IO) {
|
||||||
|
Loading…
Reference in New Issue
Block a user