diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-06 21:24:14 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-23 12:38:01 +0200 |
commit | 2e94562f79d45eb746c54b3ffc9776afdb499096 (patch) | |
tree | b165c53af29cf975f02c4ce7f9feaf5a70fb4838 /launcher/CMakeLists.txt | |
parent | ac8ee9f981ea509c04ce64d70a47429a1207e18e (diff) | |
download | PrismLauncher-2e94562f79d45eb746c54b3ffc9776afdb499096.tar.gz PrismLauncher-2e94562f79d45eb746c54b3ffc9776afdb499096.tar.bz2 PrismLauncher-2e94562f79d45eb746c54b3ffc9776afdb499096.zip |
fix: treat accounts as offline, if auth servers are down
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index ecdeaac0..91916c03 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -117,6 +117,7 @@ set(NET_SOURCES net/NetAction.h net/NetJob.cpp net/NetJob.h + net/NetUtils.h net/PasteUpload.cpp net/PasteUpload.h net/Sink.h |