mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Minor tweak
This commit is contained in:
@@ -95,7 +95,7 @@ static int onSimulationStart(lua_State* L)
|
|||||||
coreInstancePath = (f_coreInstancePath)GetProcAddress(hGetProcIDDLL, "coreInstancePath");
|
coreInstancePath = (f_coreInstancePath)GetProcAddress(hGetProcIDDLL, "coreInstancePath");
|
||||||
if (!coreInstancePath)
|
if (!coreInstancePath)
|
||||||
{
|
{
|
||||||
LogError(L, "Error getting coreSetInstancePath ProcAddress from DLL");
|
LogError(L, "Error getting coreInstancePath ProcAddress from DLL");
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user