mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Fixed it so "shutdown" command works when a region is set as the active console region.
This commit is contained in:
@@ -371,7 +371,7 @@ namespace OpenSim
|
||||
/// <param name="cmdparams">Additional arguments passed to the command</param>
|
||||
public void RunCmd(string command, string[] cmdparams)
|
||||
{
|
||||
if ((m_consoleRegion == null) ||(command == "change-region"))
|
||||
if ((m_consoleRegion == null) || (command == "change-region") || (command == "shutdown"))
|
||||
{
|
||||
switch (command)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user