mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* Added "backup" console command for sdague
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user