* Added "backup" console command for sdague
parent
3a9fb6a1f2
commit
b3830528d1
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue