mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApp
This commit is contained in:
@@ -8,7 +8,7 @@ using OpenSim.Region.Environment.LandManagement;
|
||||
|
||||
namespace OpenSim.Region.Environment
|
||||
{
|
||||
public class RegionManager //needs renaming , but first we need to rename the namespace
|
||||
public class RegionManager
|
||||
{
|
||||
protected AuthenticateSessionsBase authenticateHandler;
|
||||
protected RegionCommsListener regionCommsHost;
|
||||
|
||||
@@ -89,7 +89,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
return (this.phyScene);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private LandManager m_LandManager;
|
||||
public LandManager LandManager
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user