mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs
This commit is contained in:
@@ -72,7 +72,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
get { return m_ownerID; }
|
||||
}
|
||||
|
||||
public ISceneAgent SceneAgent { get { throw new NotImplementedException(); } }
|
||||
public ISceneAgent SceneAgent { get; set; }
|
||||
|
||||
public void Say(string message)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user