mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
* Minor: For no particularly good reason, make all console prompts conform to the same prompt scheme
This commit is contained in:
@@ -99,7 +99,7 @@ namespace OpenSim.Grid.ScriptServer
|
||||
|
||||
protected ConsoleBase CreateConsole()
|
||||
{
|
||||
return new ConsoleBase("ScriptServer", this);
|
||||
return new ConsoleBase("Script", this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user