mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-09 19:48:37 +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> {
|
): CompletableFuture<Unit> {
|
||||||
val future = sessionHashCallbacks.get(hash)
|
val future = sessionHashCallbacks.get(hash)
|
||||||
if (!listeners.containsKey(id)) {
|
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 {
|
} else {
|
||||||
CoroutineScope(coroutineContext).apply {
|
CoroutineScope(coroutineContext).apply {
|
||||||
launch(Dispatchers.IO) {
|
launch(Dispatchers.IO) {
|
||||||
|
Loading…
Reference in New Issue
Block a user