disable console command restart, that currently will just break everything ( there is also the restart module that will do the same if used )

master
UbitUmarov 2020-07-13 21:35:50 +01:00
parent fe7d9625aa
commit ba972b50ed
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}
}