mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-22 08:31:07 +00:00
[Changed]
"Shutdown" and "Exit" to inline for initialization Co-Authored-By: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ private: //variables
|
||||
std::string Version{"2.0"};
|
||||
Server ServerHandler{this};
|
||||
std::string TargetBuild{"default"};
|
||||
static std::atomic<bool> Shutdown, Exit;
|
||||
static inline std::atomic<bool> Shutdown{false}, Exit{false};
|
||||
std::string FullVersion{Version + ".99"};
|
||||
VersionParser SupportedVersion{"0.24.1.2"};
|
||||
IPC IPCToGame{"BeamMP_OUT", "BeamMP_Sem1", "BeamMP_Sem2", 0x1900000};
|
||||
|
||||
Reference in New Issue
Block a user