Minor tweak

This commit is contained in:
Pax1601 2023-12-02 10:46:59 +01:00
parent 423e799a82
commit 563f673fb3

View File

@ -95,7 +95,7 @@ static int onSimulationStart(lua_State* L)
coreInstancePath = (f_coreInstancePath)GetProcAddress(hGetProcIDDLL, "coreInstancePath");
if (!coreInstancePath)
{
LogError(L, "Error getting coreSetInstancePath ProcAddress from DLL");
LogError(L, "Error getting coreInstancePath ProcAddress from DLL");
goto error;
}