Skip to content

Commit 7b15e43

Browse files
authored
Merge pull request #324 from SirYodaJedi/master
Don't network info_null/func_null
2 parents de59834 + 337b58e commit 7b15e43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mp/src/game/server/subs.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ void CPointEntity::Spawn( void )
2222
}
2323

2424

25-
class CNullEntity : public CBaseEntity
25+
class CNullEntity : public CServerOnlyEntity
2626
{
2727
public:
28-
DECLARE_CLASS( CNullEntity, CBaseEntity );
28+
DECLARE_CLASS( CNullEntity, CServerOnlyEntity );
2929

3030
void Spawn( void );
3131
};

sp/src/game/server/subs.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ void CPointEntity::Spawn( void )
2222
}
2323

2424

25-
class CNullEntity : public CBaseEntity
25+
class CNullEntity : public CServerOnlyEntity
2626
{
2727
public:
28-
DECLARE_CLASS( CNullEntity, CBaseEntity );
28+
DECLARE_CLASS( CNullEntity, CServerOnlyEntity );
2929

3030
void Spawn( void );
3131
};

0 commit comments

Comments
 (0)