diff options
number of changes
Diffstat (limited to 'OpenSim/OpenSim.World/WorldBase.cs')
-rw-r--r-- | OpenSim/OpenSim.World/WorldBase.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/OpenSim.World/WorldBase.cs b/OpenSim/OpenSim.World/WorldBase.cs index 33952bf..f8a4eda 100644 --- a/OpenSim/OpenSim.World/WorldBase.cs +++ b/OpenSim/OpenSim.World/WorldBase.cs | |||
@@ -137,14 +137,14 @@ namespace OpenSim.world | |||
137 | #endregion | 137 | #endregion |
138 | 138 | ||
139 | #region Add/Remove Agent/Avatar | 139 | #region Add/Remove Agent/Avatar |
140 | public virtual bool AddNewAvatar(IClientAPI remoteClient, bool child) | 140 | public virtual void AddNewAvatar(IClientAPI remoteClient, LLUUID agentID, bool child) |
141 | { | 141 | { |
142 | return false; | 142 | return ; |
143 | } | 143 | } |
144 | 144 | ||
145 | public virtual bool RemoveAvatar(LLUUID agentID) | 145 | public virtual void RemoveAvatar(LLUUID agentID) |
146 | { | 146 | { |
147 | return false; | 147 | return ; |
148 | } | 148 | } |
149 | 149 | ||
150 | #endregion | 150 | #endregion |