aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Interfaces/IWorld.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/General/Interfaces/IWorld.cs')
-rw-r--r--OpenSim/Framework/General/Interfaces/IWorld.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IWorld.cs b/OpenSim/Framework/General/Interfaces/IWorld.cs
index 4857417..2edc0b4 100644
--- a/OpenSim/Framework/General/Interfaces/IWorld.cs
+++ b/OpenSim/Framework/General/Interfaces/IWorld.cs
@@ -35,7 +35,7 @@ namespace OpenSim.Framework.Interfaces
35{ 35{
36 public interface IWorld 36 public interface IWorld
37 { 37 {
38 void AddNewClient(IClientAPI remoteClient, LLUUID agentID, bool child); 38 void AddNewClient(IClientAPI client, bool child);
39 void RemoveClient(LLUUID agentID); 39 void RemoveClient(LLUUID agentID);
40 40
41 RegionInfo RegionInfo { get; } 41 RegionInfo RegionInfo { get; }