diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-04-09 00:28:13 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-19 00:06:02 +0200 |
commit | 6459fc676dc532a145c49db55766b16696ca91fb (patch) | |
tree | b51bed1eb2d75edaa118572b88a4ad6024368bb2 /src | |
parent | d2b75d38fc036997df793c4be9f651544733c370 (diff) |
Update ip
Diffstat (limited to 'src')
-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; |