mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Merge branch 'master' into bigmerge
Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
This commit is contained in:
@@ -177,7 +177,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
#region Add/Remove Agent/Avatar
|
||||
|
||||
public abstract void AddNewClient(IClientAPI client, PresenceType type);
|
||||
public abstract ISceneAgent AddNewClient(IClientAPI client, PresenceType type);
|
||||
public abstract void RemoveClient(UUID agentID, bool closeChildAgents);
|
||||
|
||||
public bool TryGetScenePresence(UUID agentID, out object scenePresence)
|
||||
|
||||
Reference in New Issue
Block a user