mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 14:26:09 +00:00
server input
This commit is contained in:
@@ -8,8 +8,11 @@
|
||||
}
|
||||
}
|
||||
int main(int argc, char* argv[]) {
|
||||
std::thread t1(loop);
|
||||
t1.detach();
|
||||
#ifdef DEBUG
|
||||
std::thread t1(loop);
|
||||
t1.detach();
|
||||
#endif
|
||||
ConsoleInit();
|
||||
InitServer(argc,argv);
|
||||
InitConfig();
|
||||
InitLua();
|
||||
|
||||
Reference in New Issue
Block a user