change "username not listened" to "UUID"

it's more acurate
This commit is contained in:
creeper123123321 2021-08-02 03:38:38 -03:00 committed by GitHub
parent 3f3a8de294
commit 4942ce9da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {