aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting
diff options
context:
space:
mode:
authorUbitUmarov2015-10-02 17:44:19 +0100
committerUbitUmarov2015-10-02 17:44:19 +0100
commit1af6ac4bfcd07dc6ce39cf95206c2813c9c7d3bb (patch)
tree33f3ce84a806be9e32ca9cc945546cdf9ccbf1ef /OpenSim/Region/CoreModules/Scripting
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/CoreModules/Scripting')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs b/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs
index 93a4f09..1a53a8b 100644
--- a/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs
@@ -368,10 +368,8 @@ namespace OpenSim.Region.CoreModules.Scripting.WorldComm
368 /// <param name='msg'> 368 /// <param name='msg'>
369 /// Message. 369 /// Message.
370 /// </param> 370 /// </param>
371 public bool DeliverMessageTo(UUID target, int channel, Vector3 pos, string name, UUID id, string msg, out string error) 371 public bool DeliverMessageTo(UUID target, int channel, Vector3 pos, string name, UUID id, string msg)
372 { 372 {
373 error = null;
374
375 if (channel == DEBUG_CHANNEL) 373 if (channel == DEBUG_CHANNEL)
376 return true; 374 return true;
377 375