mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 14:26:09 +00:00
movre TSentry include up, possibly fixing windows actions issue with
macros im really starting to appreciate that windows API includes clash with each other because of macros, its super fun
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "TSentry.h"
|
||||
|
||||
#include "Common.h"
|
||||
#include "Http.h"
|
||||
#include "TSentry.h"
|
||||
#include "TConfig.h"
|
||||
#include "THeartbeatThread.h"
|
||||
#include "TLuaEngine.h"
|
||||
@@ -9,7 +10,6 @@
|
||||
#include "TResourceManager.h"
|
||||
#include "TServer.h"
|
||||
|
||||
#include <sentry.h>
|
||||
#include <thread>
|
||||
|
||||
#ifdef __unix
|
||||
@@ -58,7 +58,6 @@ int main(int argc, char** argv) try {
|
||||
TServer Server(argc, argv);
|
||||
TConfig Config;
|
||||
|
||||
|
||||
if (Config.Failed()) {
|
||||
info("Closing in 10 seconds");
|
||||
std::this_thread::sleep_for(std::chrono::seconds(10));
|
||||
|
||||
Reference in New Issue
Block a user