Skip to content

Commit

Permalink
Merge branch 'master' into sohl1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Feb 9, 2025
2 parents 0b6d151 + ae9d0d3 commit 2aca1eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/nodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,7 @@ void CNodeEnt::Spawn( void )
if( WorldGraph.m_cNodes >= MAX_NODES )
{
ALERT( at_aiconsole, "cNodes >= MAX_NODES\n" );
REMOVE_ENTITY( edict() );
return;
}

Expand Down

0 comments on commit 2aca1eb

Please sign in to comment.