Change all restarting to use the restart module. Remove hardcoded behavior

This commit is contained in:
Melanie
2010-11-25 03:16:52 +00:00
parent fb97fe8307
commit 57c4def254
6 changed files with 62 additions and 77 deletions

View File

@@ -73,7 +73,7 @@ namespace OpenSim.Framework
void AddNewClient(IClientAPI client);
void RemoveClient(UUID agentID);
void Restart(int seconds);
void Restart();
//RegionInfo OtherRegionUp(RegionInfo thisRegion);
string GetSimulatorVersion();