Make the "delay restart" button delay restart for 1 hour rather than aborting

it altogether. Allow a maximum of three uses before the restart goes through.
This commit is contained in:
Melanie
2012-06-07 16:32:07 +02:00
parent a945105003
commit e93308072e
3 changed files with 61 additions and 31 deletions

View File

@@ -35,5 +35,6 @@ namespace OpenSim.Region.Framework.Interfaces
TimeSpan TimeUntilRestart { get; }
void ScheduleRestart(UUID initiator, string message, int[] alerts, bool notice);
void AbortRestart(string message);
void DelayRestart(int seconds, string message);
}
}