mirror of
https://github.com/opensim/opensim.git
synced 2026-06-02 08:35:35 +08:00
* Applying EventQueueGetModule patch to try debug the case of the missing EQG.
This commit is contained in:
@@ -153,8 +153,9 @@ namespace OpenSim.Region.Environment.Modules.Framework
|
||||
{
|
||||
BlockingLLSDQueue queue = GetQueue(avatarID);
|
||||
queue.Enqueue(ev);
|
||||
} catch(NullReferenceException)
|
||||
} catch(NullReferenceException e)
|
||||
{
|
||||
m_log.Debug("[EVENTQUEUE] Caught exception: " + e);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user