streamline login

This commit is contained in:
Lion Kortlepel
2024-03-03 12:58:07 +01:00
parent fe9b2ad0f4
commit 920f682284
4 changed files with 48 additions and 15 deletions

View File

@@ -53,7 +53,6 @@ private:
boost::scoped_thread<> m_udp_thread;
boost::scoped_thread<> m_ping_thread;
Sync<Identity> m_identity {};
Sync<std::string> m_exe_name;
Sync<std::filesystem::path> m_exe_path;
boost::asio::io_context m_io {};