mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-08 19:38:36 +01:00
change "username not listened" to "UUID"
it's more acurate
This commit is contained in:
parent
3f3a8de294
commit
4942ce9da9
@ -87,7 +87,7 @@ class WebDashboardServer {
|
||||
): CompletableFuture<Unit> {
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user