mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Set default name for mute list module as shown in OpenSim.ini.example
This commit is contained in:
@@ -58,7 +58,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
||||
return;
|
||||
}
|
||||
|
||||
if (cnf != null && cnf.GetString("MuteListModule", "None") !=
|
||||
if (cnf != null && cnf.GetString("MuteListModule", "MuteListModule") !=
|
||||
"MuteListModule")
|
||||
{
|
||||
enabled = false;
|
||||
|
||||
Reference in New Issue
Block a user