diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 0000000..fb7f4a8
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 29af3ee..62269df 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,7 +1,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 33a3ac4..65650db 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,12 +1,14 @@
+
+
+
-
+
-
-
+
@@ -31,52 +33,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -95,13 +51,20 @@
+
+
+
+
-
@@ -250,7 +213,14 @@
1597839954909
-
+
+ 1601042375685
+
+
+
+ 1601042375685
+
+
@@ -258,7 +228,8 @@
-
+
+
@@ -350,6 +321,10 @@
+
+
+
+
diff --git a/build.gradle b/build.gradle
index 67acd02..891210b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ plugins {
}
group 'de.wulkanat'
-version '1.4.1'
+version '1.4.2'
repositories {
mavenCentral()
diff --git a/src/main/kotlin/de/wulkanat/web/SiteWatcher.kt b/src/main/kotlin/de/wulkanat/web/SiteWatcher.kt
index db76ed8..da52100 100644
--- a/src/main/kotlin/de/wulkanat/web/SiteWatcher.kt
+++ b/src/main/kotlin/de/wulkanat/web/SiteWatcher.kt
@@ -34,7 +34,7 @@ object SiteWatcher {
return false
}
- if (siteOnline) {
+ if (!siteOnline) {
siteOnline = true
DiscordRpc.updatePresence(siteOnline)
}