mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-02-10 00:41:56 +01:00
specif
This commit is contained in:
parent
2872ccc2df
commit
a5f8cf74db
@ -87,7 +87,7 @@ class WebDashboardServer {
|
||||
): CompletableFuture<Unit> {
|
||||
val future = sessionHashCallbacks[hash]
|
||||
if (!listeners.containsKey(id)) {
|
||||
future.completeExceptionally(StacklessException("UUID isn't listened. Use web auth."))
|
||||
future.completeExceptionally(StacklessException("UUID $id isn't listened. Use web auth."))
|
||||
} else {
|
||||
CoroutineScope(coroutineContext).apply {
|
||||
launch(Dispatchers.IO) {
|
||||
|
Loading…
Reference in New Issue
Block a user