mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-08 19:38:36 +01:00
clarify reauth error
This commit is contained in:
parent
a6f5197389
commit
adfa957e66
@ -180,7 +180,7 @@ class WebServer {
|
||||
}
|
||||
val future = sessionHashCallbacks[hash]
|
||||
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 {
|
||||
coroutineScope.apply {
|
||||
launch(Dispatchers.IO) {
|
||||
|
Loading…
Reference in New Issue
Block a user