aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IWorldComm.cs
diff options
context:
space:
mode:
authorUbitUmarov2015-10-02 17:44:19 +0100
committerUbitUmarov2015-10-02 17:44:19 +0100
commit1af6ac4bfcd07dc6ce39cf95206c2813c9c7d3bb (patch)
tree33f3ce84a806be9e32ca9cc945546cdf9ccbf1ef /OpenSim/Region/Framework/Interfaces/IWorldComm.cs
parent do not send DisableSimulator on teleport if agent is already returning (diff)
downloadopensim-SC_OLD-1af6ac4bfcd07dc6ce39cf95206c2813c9c7d3bb.zip
opensim-SC_OLD-1af6ac4bfcd07dc6ce39cf95206c2813c9c7d3bb.tar.gz
opensim-SC_OLD-1af6ac4bfcd07dc6ce39cf95206c2813c9c7d3bb.tar.bz2
opensim-SC_OLD-1af6ac4bfcd07dc6ce39cf95206c2813c9c7d3bb.tar.xz
remove unused method parameter master also removed
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IWorldComm.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IWorldComm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IWorldComm.cs b/OpenSim/Region/Framework/Interfaces/IWorldComm.cs
index 20e0199..c01c56d 100644
--- a/OpenSim/Region/Framework/Interfaces/IWorldComm.cs
+++ b/OpenSim/Region/Framework/Interfaces/IWorldComm.cs
@@ -127,7 +127,7 @@ namespace OpenSim.Region.Framework.Interfaces
127 /// <param name='msg'> 127 /// <param name='msg'>
128 /// Message. 128 /// Message.
129 /// </param> 129 /// </param>
130 bool DeliverMessageTo(UUID target, int channel, Vector3 pos, string name, UUID id, string msg, out string error); 130 bool DeliverMessageTo(UUID target, int channel, Vector3 pos, string name, UUID id, string msg);
131 131
132 /// <summary> 132 /// <summary>
133 /// Are there any listen events ready to be dispatched? 133 /// Are there any listen events ready to be dispatched?