2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-21 09:26:14 +01:00

Fix max nodes text. (#475)

This commit is contained in:
Marc-Antoine Lortie 2024-10-18 02:09:33 -04:00 committed by GitHub
parent c193043a40
commit 0b43fab950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1587,7 +1587,7 @@ void CNodeEnt::Spawn( void )
if( WorldGraph.m_cNodes >= MAX_NODES )
{
ALERT( at_aiconsole, "cNodes > MAX_NODES\n" );
ALERT( at_aiconsole, "cNodes >= MAX_NODES\n" );
return;
}