From 07d0f558c441a0936441ed23ed076cf54a0dc578 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sat, 9 Feb 2008 07:53:01 +0000 Subject: * Fixed nebadon's UserServer crash bug from yesterday. * Made Estate tools work for estate managers without needing to request admin status First * Added code to make the Simulator version to be reported in the About box of the client --- OpenSim/Framework/IScene.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework/IScene.cs') diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index 96cb21e..3445050 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs @@ -52,6 +52,8 @@ namespace OpenSim.Framework void Restart(int seconds); bool OtherRegionUp(RegionInfo thisRegion); + string GetSimulatorVersion(); + RegionInfo RegionInfo { get; } uint NextLocalId { get; } -- cgit v1.1