We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d66cb commit 6d4a273Copy full SHA for 6d4a273
src/main/kotlin/com/lambda/network/NetworkManager.kt
@@ -59,6 +59,6 @@ object NetworkManager : Configurable(UserConfig), Loadable {
59
60
return auth.value
61
?.let { "Logged you in as ${it.data.name} (${it.data.uuid})" }
62
- ?: "You are not authenticated"
+ ?: "NetworkManager: You are not authenticated"
63
}
64
0 commit comments