Change inworld restart to use blue boxes rather than notices to match SL

This commit is contained in:
Melanie
2010-11-29 21:45:03 +01:00
parent 836b73f765
commit b08cc63003
2 changed files with 3 additions and 3 deletions

View File

@@ -248,7 +248,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
timeInSeconds -= 15;
}
restartModule.ScheduleRestart(UUID.Zero, "Region will restart in {0}", times.ToArray(), true);
restartModule.ScheduleRestart(UUID.Zero, "Region will restart in {0}", times.ToArray(), false);
}
}