* Added "backup" console command for sdague

afrisby
Adam Frisby 2007-07-17 15:43:51 +00:00
parent 3a9fb6a1f2
commit b3830528d1
1 changed files with 7 additions and 0 deletions

View File

@ -376,6 +376,13 @@ namespace OpenSim
}
break;
case "backup":
for (int i = 0; i < m_localWorld.Count; i++)
{
((Scene)m_localWorld[i]).Backup();
}
break;
case "quit":
case "shutdown":
Shutdown();