mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
minor: remove mono compiler warning
This commit is contained in:
@@ -120,7 +120,7 @@ namespace OpenSim.Services.HypergridService
|
||||
public bool IncomingInstantMessage(GridInstantMessage im)
|
||||
{
|
||||
// m_log.DebugFormat("[HG IM SERVICE]: Received message from {0} to {1}", im.fromAgentID, im.toAgentID);
|
||||
UUID toAgentID = new UUID(im.toAgentID);
|
||||
// UUID toAgentID = new UUID(im.toAgentID);
|
||||
|
||||
bool success = false;
|
||||
if (m_IMSimConnector != null)
|
||||
|
||||
Reference in New Issue
Block a user