private void StartWorld() { Configure(); networking.StartConnections(this); terrainGen = TerrainGen.Create(this, config.layerFolder); }