diff --git a/src/main/kotlin/com/viaversion/aas/web/WebDashboardServer.kt b/src/main/kotlin/com/viaversion/aas/web/WebDashboardServer.kt index a7ee92c..7afc61c 100644 --- a/src/main/kotlin/com/viaversion/aas/web/WebDashboardServer.kt +++ b/src/main/kotlin/com/viaversion/aas/web/WebDashboardServer.kt @@ -87,7 +87,7 @@ class WebDashboardServer { ): CompletableFuture { val future = sessionHashCallbacks.get(hash) if (!listeners.containsKey(id)) { - future.completeExceptionally(StacklessException("Username isn't listened. Use web auth.")) + future.completeExceptionally(StacklessException("UUID isn't listened. Use web auth.")) } else { CoroutineScope(coroutineContext).apply { launch(Dispatchers.IO) {