aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorUbitUmarov2017-05-29 03:13:56 +0100
committerUbitUmarov2017-05-29 03:13:56 +0100
commit27afe136d4ef1cf700802cc4d719156f0445f2b4 (patch)
tree3eab200c46638084f3e121d04d4f37fa01f7ad12 /OpenSim/Region/ClientStack/Linden
parent cleanup util.cs get dns (diff)
downloadopensim-SC_OLD-27afe136d4ef1cf700802cc4d719156f0445f2b4.zip
opensim-SC_OLD-27afe136d4ef1cf700802cc4d719156f0445f2b4.tar.gz
opensim-SC_OLD-27afe136d4ef1cf700802cc4d719156f0445f2b4.tar.bz2
opensim-SC_OLD-27afe136d4ef1cf700802cc4d719156f0445f2b4.tar.xz
mono is a total crap
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
index 5054326..1feece1 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
@@ -512,11 +512,6 @@ namespace OpenSim.Region.ClientStack.Linden
512 if (DebugLevel > 0) 512 if (DebugLevel > 0)
513 m_log.DebugFormat("{0} EnableSimulator. handle={1}, endPoint={2}, avatarID={3}", 513 m_log.DebugFormat("{0} EnableSimulator. handle={1}, endPoint={2}, avatarID={3}",
514 LogHeader, handle, endPoint, avatarID, regionSizeX, regionSizeY); 514 LogHeader, handle, endPoint, avatarID, regionSizeX, regionSizeY);
515//debug
516 if(endPoint == null)
517 m_log.DebugFormat("EnableSimulator null endpoint");
518 if(endPoint.Address == null)
519 m_log.DebugFormat("EnableSimulator null endpoint address");
520 515
521 OSD item = EventQueueHelper.EnableSimulator(handle, endPoint, regionSizeX, regionSizeY); 516 OSD item = EventQueueHelper.EnableSimulator(handle, endPoint, regionSizeX, regionSizeY);
522 Enqueue(item, avatarID); 517 Enqueue(item, avatarID);