mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-30 06:37:57 +03:00
Reversing Actor Final Part
This commit is contained in:
parent
cb239c3c7f
commit
6528ba4dac
40 changed files with 3983 additions and 779 deletions
|
@ -422,10 +422,11 @@ Listener *SpawnArgs::SpawnInternal( void )
|
|||
}
|
||||
}
|
||||
|
||||
if( g_spawnai->integer )
|
||||
if( !g_spawnai->integer )
|
||||
{
|
||||
value = getArg( "classname", NULL );
|
||||
|
||||
//dont spawn ai_* if g_spawnai is 0
|
||||
if( value )
|
||||
{
|
||||
if( !Q_stricmpn( value, "ai_", 3 ) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue