info_notnull: Fixed spawn init, so their target and targetname keys are properly set

This commit is contained in:
Marco Cawthorne 2019-01-16 05:18:24 +01:00
parent 1c009a189e
commit 27b18818f8

View file

@ -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 )