Ignore ReHLDS initialization on listenserver (#425)
* Remove duplicated files * Ignore ReHLDS initialization if not a dedicated server
This commit is contained in:
@ -9,6 +9,11 @@ IRehldsServerStatic* RehldsSvs;
|
||||
|
||||
bool RehldsApi_Init()
|
||||
{
|
||||
if (!IS_DEDICATED_SERVER())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
#if defined(PLATFORM_WINDOWS)
|
||||
auto library = "swds";
|
||||
#elif defined(PLATFORM_POSIX)
|
||||
|
Reference in New Issue
Block a user