diff options
Diffstat (limited to 'OpenSim/Framework/IScene.cs')
-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 | ||