We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de59834 + 337b58e commit 7b15e43Copy full SHA for 7b15e43
mp/src/game/server/subs.cpp
@@ -22,10 +22,10 @@ void CPointEntity::Spawn( void )
22
}
23
24
25
-class CNullEntity : public CBaseEntity
+class CNullEntity : public CServerOnlyEntity
26
{
27
public:
28
- DECLARE_CLASS( CNullEntity, CBaseEntity );
+ DECLARE_CLASS( CNullEntity, CServerOnlyEntity );
29
30
void Spawn( void );
31
};
sp/src/game/server/subs.cpp
0 commit comments