diff options
author | Teravus Ovares | 2008-02-09 07:53:01 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-09 07:53:01 +0000 |
commit | 07d0f558c441a0936441ed23ed076cf54a0dc578 (patch) | |
tree | b63c06f8975b904c1e792647b7e0bc045dfe2e7c /OpenSim/Framework/IScene.cs | |
parent | Moved LICENSE.txt into root. (diff) | |
download | opensim-SC_OLD-07d0f558c441a0936441ed23ed076cf54a0dc578.zip opensim-SC_OLD-07d0f558c441a0936441ed23ed076cf54a0dc578.tar.gz opensim-SC_OLD-07d0f558c441a0936441ed23ed076cf54a0dc578.tar.bz2 opensim-SC_OLD-07d0f558c441a0936441ed23ed076cf54a0dc578.tar.xz |
* 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
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
52 | void Restart(int seconds); | 52 | void Restart(int seconds); |
53 | bool OtherRegionUp(RegionInfo thisRegion); | 53 | bool OtherRegionUp(RegionInfo thisRegion); |
54 | 54 | ||
55 | string GetSimulatorVersion(); | ||
56 | |||
55 | RegionInfo RegionInfo { get; } | 57 | RegionInfo RegionInfo { get; } |
56 | uint NextLocalId { get; } | 58 | uint NextLocalId { get; } |
57 | 59 | ||