2
0
mirror of https://github.com/rehlds/revoice.git synced 2025-01-14 15:47:58 +03:00

Temporary disabled load config

This commit is contained in:
s1lentq 2015-12-14 22:48:21 +06:00
parent 32ed0c8924
commit f378ce017a

View File

@ -113,8 +113,8 @@ bool Revoice_Load() {
if (!Revoice_Utils_Init())
return false;
if (!Revoice_Cfg_LoadDefault())
return false;
/*if (!Revoice_Cfg_LoadDefault())
return false;*/
if (!Revoice_RehldsApi_Init()) {
LCPrintf(true, "Failed to locate REHLDS API\n");