fix connection failed message not disappearing

This commit is contained in:
Wieland Schöbl
2020-09-25 16:04:31 +02:00
parent 0877883e3c
commit 8b98d4ba3c
5 changed files with 36 additions and 55 deletions

View File

@@ -34,7 +34,7 @@ object SiteWatcher {
return false
}
if (siteOnline) {
if (!siteOnline) {
siteOnline = true
DiscordRpc.updatePresence(siteOnline)
}