diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-19 05:05:50 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-19 05:05:53 +0200 |
commit | b8aec0b065fbc1cae676485fb7cb700dbbe38b94 (patch) | |
tree | cc807ff14afd30f3c44e9fa507b7ba7d02d08e14 /src | |
parent | 26c750040d73723388b32f2266fc97ea32eab813 (diff) |
Fix login
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 3abff99..ab9531c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -398,7 +398,7 @@ int main(int argc, char **argv) } } }; - database = new odhtdb::Database("206.189.13.66", 27130, Cache::getDchatDir(), callbackFuncs); + database = new odhtdb::Database("83.252.53.188", 27130, Cache::getDchatDir(), callbackFuncs); auto addSystemMessage = [&lastFocusedTimer](const std::string &msg, bool plainText = true) { |