mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
*Added the TimeDilation property to Scene
This commit is contained in:
@@ -151,6 +151,11 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
get { return m_estateManager; }
|
||||
}
|
||||
|
||||
public float TimeDilation
|
||||
{
|
||||
get { return m_timedilation; }
|
||||
}
|
||||
|
||||
private readonly PermissionManager m_permissionManager;
|
||||
|
||||
public PermissionManager PermissionsMngr
|
||||
|
||||
Reference in New Issue
Block a user