mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update ai_networkmanager.cpp
This commit is contained in:
parent
19d514d7f4
commit
ad844269b8
@ -354,7 +354,7 @@ void CAI_NetworkManager::LoadNetworkGraph(CAI_NetworkManager* pAINetworkManager,
|
|||||||
|
|
||||||
if (nAiNetVersion > AINET_VERSION_NUMBER)
|
if (nAiNetVersion > AINET_VERSION_NUMBER)
|
||||||
{
|
{
|
||||||
Warning(eDLL_T::SERVER, "AI node graph '%s' is unsupported (net version: '%d' supported: '%d')\n",
|
Warning(eDLL_T::SERVER, "AI node graph '%s' is unsupported (net version: '%d' expected: '%d')\n",
|
||||||
fsGraphPath.relative_path().u8string().c_str(), nAiNetVersion, AINET_VERSION_NUMBER);
|
fsGraphPath.relative_path().u8string().c_str(), nAiNetVersion, AINET_VERSION_NUMBER);
|
||||||
}
|
}
|
||||||
else if (nAiMapVersion != g_ServerGlobalVariables->m_nMapVersion)
|
else if (nAiMapVersion != g_ServerGlobalVariables->m_nMapVersion)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user