diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 951ea6c..2be28b2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -72,7 +72,7 @@ int main(int argc, char **argv) recursive_mutex channelMessageMutex; sf::Clock lastFocusedTimer; - const char *bootstrapNode = "31.208.244.169"; + const char *bootstrapNode = "31.208.83.179"; std::shared_ptr<Room> offlineRoom = nullptr; |