mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
remove the temporary Xmutes module, replace MuteListModule byt the new one, previusly named MuteListModuleTst
This commit is contained in:
@@ -71,7 +71,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.MuteList
|
||||
if (moduleConfig == null)
|
||||
return;
|
||||
|
||||
if (moduleConfig.GetString("MuteListModule", "None") != "MuteListModuleTst")
|
||||
if (moduleConfig.GetString("MuteListModule", "None") != "MuteListModule")
|
||||
return;
|
||||
|
||||
moduleConfig = source.Configs["Modules"];
|
||||
|
||||
@@ -69,7 +69,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.MuteList
|
||||
if (moduleConfig == null)
|
||||
return;
|
||||
|
||||
if (moduleConfig.GetString("MuteListModule", "None") != "MuteListModuleTst")
|
||||
if (moduleConfig.GetString("MuteListModule", "None") != "MuteListModule")
|
||||
return;
|
||||
|
||||
moduleConfig = source.Configs["Modules"];
|
||||
|
||||
Reference in New Issue
Block a user