Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/client/StarClientApplication.hpp
diff options
context:
space:
mode:
authorBottinator22 <bottinator22@gmail.com>2025-04-25 00:27:10 -0700
committerBottinator22 <bottinator22@gmail.com>2025-04-25 00:27:10 -0700
commit621864b9b00ba7a9ae0fceb0a7db3ace6d4906b9 (patch)
tree6e85c4e1980fb648772446c8f8db994e5a71fdc2 /source/client/StarClientApplication.hpp
parent6369ba9ec72f097d8cc9ab06bed0c6816da516c8 (diff)
allow forcing legacy connections
Diffstat (limited to 'source/client/StarClientApplication.hpp')
-rw-r--r--source/client/StarClientApplication.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/client/StarClientApplication.hpp b/source/client/StarClientApplication.hpp
index 2fcddb7..8824ea0 100644
--- a/source/client/StarClientApplication.hpp
+++ b/source/client/StarClientApplication.hpp
@@ -57,6 +57,7 @@ private:
Variant<P2PNetworkingPeerId, HostAddressWithPort> server;
String account;
String password;
+ bool forceLegacy;
};
struct PostProcessGroup {