mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Replace the Replaceable modules name
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.User
|
||||
|
||||
private bool m_Enabled = false;
|
||||
|
||||
public Type ReplacableInterface
|
||||
public Type ReplaceableInterface
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.User
|
||||
|
||||
private bool m_Enabled = false;
|
||||
|
||||
public Type ReplacableInterface
|
||||
public Type ReplaceableInterface
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user