* Added "backup" console command for sdague

This commit is contained in:
Adam Frisby
2007-07-17 15:43:51 +00:00
parent 3a9fb6a1f2
commit b3830528d1

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();