* cheap hack to make module help information more accurately reflect what command text needs to be typed
* Should disappear soon0.6.3-post-fixes
parent
732cd838b1
commit
3027b6ad27
|
@ -63,7 +63,7 @@ namespace OpenSim.Region.Environment.Modules.Framework.InterfaceCommander
|
||||||
|
|
||||||
foreach (ICommand com in m_commands.Values)
|
foreach (ICommand com in m_commands.Values)
|
||||||
{
|
{
|
||||||
sb.AppendLine("* " + com.Name + " - " + com.Help);
|
sb.AppendLine("* " + Name + " " + com.Name + " - " + com.Help);
|
||||||
}
|
}
|
||||||
|
|
||||||
return sb.ToString();
|
return sb.ToString();
|
||||||
|
|
Loading…
Reference in New Issue