summaryrefslogtreecommitdiff
path: root/src/client/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Client.cpp')
-rw-r--r--src/client/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Client.cpp b/src/client/Client.cpp
index 75e01eb..8a82515 100644
--- a/src/client/Client.cpp
+++ b/src/client/Client.cpp
@@ -659,6 +659,7 @@ void Client::Tick()
this->messageOfTheDay = messageOfTheDay.Value();
notifyMessageOfTheDay();
+#ifndef IGNORE_UPDATES
//Check for updates
json::Object versions = objDocument["Updates"];
@@ -701,7 +702,6 @@ void Client::Tick()
}
#endif
-#ifndef IGNORE_UPDATES
if(updateAvailable)
{
notifyUpdateAvailable();