mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Eliminate subsequently unused scene finding in UndeliveredMessage() method of xmlrpc and core offline IM modules
This commit is contained in:
@@ -226,10 +226,6 @@ namespace OpenSim.OfflineIM
|
||||
return;
|
||||
}
|
||||
|
||||
Scene scene = FindScene(new UUID(im.fromAgentID));
|
||||
if (scene == null)
|
||||
scene = m_SceneList[0];
|
||||
|
||||
string reason = string.Empty;
|
||||
bool success = m_OfflineIMService.StoreMessage(im, out reason);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user