mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-21 17:36:18 +01:00
Fix max nodes text. (#475)
This commit is contained in:
parent
c193043a40
commit
0b43fab950
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user