mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
*New Configuration System, much easier and less buggy compared to the original system in place
*View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)
This commit is contained in:
@@ -65,9 +65,9 @@ namespace OpenSim.Region.ClientStack
|
||||
|
||||
virtual public void StartUp()
|
||||
{
|
||||
|
||||
ClientView.TerrainManager = new TerrainManager(new SecondLife());
|
||||
m_networkServersInfo = new NetworkServersInfo();
|
||||
RegionInfo m_regionInfo = new RegionInfo();
|
||||
m_networkServersInfo = new NetworkServersInfo("NETWORK SERVERS INFO", "network_servers_information.xml");
|
||||
|
||||
Initialize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user