„addon-modules/OpenSim-Grid-MoneyServer/OpenSim.Grid.MoneyServer/MoneyServerBase.cs“ ändern

master
Chris 2020-07-03 11:06:03 +00:00
parent c2a0343854
commit 4b7dc6244d
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ namespace OpenSim.Grid.MoneyServer
/// </summary>
public MoneyServerBase()
{
m_console = new LocalConsole("MoneyServer ");
m_console = new CommandConsole("MoneyServer ");
MainConsole.Instance = m_console;
}