disable console command restart, that currently will just break everything ( there is also the restart module that will do the same if used )
parent
fe7d9625aa
commit
ba972b50ed
|
@ -848,7 +848,8 @@ namespace OpenSim
|
|||
break;
|
||||
|
||||
case "restart":
|
||||
SceneManager.RestartCurrentScene();
|
||||
MainConsole.Instance.Output("Restart command disabled, because currently it is unreliable.");
|
||||
//SceneManager.RestartCurrentScene();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue