cleanup util.cs get dns

This commit is contained in:
UbitUmarov
2017-05-29 02:07:53 +01:00
parent 6d23e0bc31
commit 2c19d08448
2 changed files with 87 additions and 84 deletions

View File

@@ -516,7 +516,7 @@ namespace OpenSim.Region.ClientStack.Linden
if(endPoint == null)
m_log.DebugFormat("EnableSimulator null endpoint");
if(endPoint.Address == null)
m_log.DebugFormat("EnableSimulator null endpoint");
m_log.DebugFormat("EnableSimulator null endpoint address");
OSD item = EventQueueHelper.EnableSimulator(handle, endPoint, regionSizeX, regionSizeY);
Enqueue(item, avatarID);