CreateStandardEntities
From Valve Developer Community
Overriding this function is useful for gamerules that need to network data to the client.
Warning: An untraceable crash will occur if your gamerules class overrides CreateStandardEntities & does not call CGameRules::CreateStandardEntities(); from within it.