Skip to content

Commit 5a06729

Browse files
committed
Fix max nodes text.
1 parent 13086d3 commit 5a06729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlls/nodes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ void CNodeEnt::Spawn( void )
15871587

15881588
if( WorldGraph.m_cNodes >= MAX_NODES )
15891589
{
1590-
ALERT( at_aiconsole, "cNodes > MAX_NODES\n" );
1590+
ALERT( at_aiconsole, "cNodes >= MAX_NODES\n" );
15911591
return;
15921592
}
15931593

0 commit comments

Comments
 (0)