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