mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* Minor: For no particularly good reason, make all console prompts conform to the same prompt scheme
This commit is contained in:
@@ -70,7 +70,7 @@ namespace OpenSim.Grid.UserServer
|
||||
|
||||
private OpenUser_Main()
|
||||
{
|
||||
m_console = new ConsoleBase("OpenUser", this);
|
||||
m_console = new ConsoleBase("User", this);
|
||||
MainConsole.Instance = m_console;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user