Skip to content
Snippets Groups Projects
Verified Commit 6c1cd6a5 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct constant condition

parent e597e059
Branches
Tags
No related merge requests found
......@@ -502,7 +502,7 @@ open class Network(
ircUsers.values.forEach(it.proxy::stopSynchronize)
}
copy(
connected = isConnected,
connected = false,
myNick = "",
currentServer = "",
ircChannels = emptyMap(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment