mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-07 08:16:22 +00:00
- fixed IPC timeout on inactivity
This commit is contained in:
@@ -14,7 +14,7 @@ class BeamNG {
|
||||
public:
|
||||
static void EntryPoint();
|
||||
static void SendIPC(const std::string& Data);
|
||||
|
||||
static inline bool Terminate = false;
|
||||
private:
|
||||
static inline std::unique_ptr<Hook<def::update_function>> UpdateDetour;
|
||||
static inline std::unique_ptr<Hook<def::lua_open_jit>> OpenJITDetour;
|
||||
|
||||
Reference in New Issue
Block a user