duhh of course it does nothing...

This commit is contained in:
UbitUmarov
2020-09-30 02:41:30 +01:00
parent 69e12f537f
commit 3c3f81dfd5

View File

@@ -326,6 +326,8 @@ namespace OpenSim.Framework.Servers
"shutdown",
"Quit the application", (mod, args) => Shutdown());
m_console.SetCntrCHandler(Shutdown);
ChecksManager.RegisterConsoleCommands(m_console);
StatsManager.RegisterConsoleCommands(m_console);
}