mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-15 03:32:25 +00:00
Missing sleep for eqlaunch
This commit is contained in:
parent
01a04a63c3
commit
e1e907e441
@ -31,6 +31,10 @@
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifndef _WINDOWS
|
||||
#include "../common/unix.h"
|
||||
#endif
|
||||
|
||||
EQEmuLogSys Log;
|
||||
|
||||
bool RunLoops = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user