mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-02-24 20:51:08 +03:00
Merge pull request #324 from SirYodaJedi/master
Don't network info_null/func_null
This commit is contained in:
commit
7b15e43302
@ -22,10 +22,10 @@ void CPointEntity::Spawn( void )
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class CNullEntity : public CBaseEntity
|
class CNullEntity : public CServerOnlyEntity
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
DECLARE_CLASS( CNullEntity, CBaseEntity );
|
DECLARE_CLASS( CNullEntity, CServerOnlyEntity );
|
||||||
|
|
||||||
void Spawn( void );
|
void Spawn( void );
|
||||||
};
|
};
|
||||||
|
@ -22,10 +22,10 @@ void CPointEntity::Spawn( void )
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class CNullEntity : public CBaseEntity
|
class CNullEntity : public CServerOnlyEntity
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
DECLARE_CLASS( CNullEntity, CBaseEntity );
|
DECLARE_CLASS( CNullEntity, CServerOnlyEntity );
|
||||||
|
|
||||||
void Spawn( void );
|
void Spawn( void );
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user