mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* cheap hack to make module help information more accurately reflect what command text needs to be typed
* Should disappear soon
This commit is contained in:
@@ -63,7 +63,7 @@ namespace OpenSim.Region.Environment.Modules.Framework.InterfaceCommander
|
||||
|
||||
foreach (ICommand com in m_commands.Values)
|
||||
{
|
||||
sb.AppendLine("* " + com.Name + " - " + com.Help);
|
||||
sb.AppendLine("* " + Name + " " + com.Name + " - " + com.Help);
|
||||
}
|
||||
|
||||
return sb.ToString();
|
||||
|
||||
Reference in New Issue
Block a user