info_notnull: Fixed spawn init, so their target and targetname keys are properly set
This commit is contained in:
parent
1c009a189e
commit
27b18818f8
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@ void info_null :: info_null ( void )
|
|||
remove( self );
|
||||
}
|
||||
|
||||
class info_notnull
|
||||
class info_notnull:CBaseTrigger
|
||||
{
|
||||
void() info_notnull;
|
||||
};
|
||||
|
||||
void info_notnull :: info_notnull ( void )
|
||||
{
|
||||
|
||||
CBaseTrigger::CBaseTrigger();
|
||||
}
|
||||
|
||||
CLASSEXPORT( info_node, info_notnull )
|
||||
|
|
Loading…
Reference in a new issue