mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Remove typo version of ReplaceableInterface property from RegionCombinerModule.
This commit is contained in:
@@ -20,8 +20,6 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
public Type ReplacableInterface { get { return null; } }
|
||||
|
||||
private Dictionary<UUID, RegionConnections> m_regions = new Dictionary<UUID, RegionConnections>();
|
||||
private bool enabledYN = false;
|
||||
public void Initialise(IConfigSource source)
|
||||
|
||||
Reference in New Issue
Block a user