mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* test: Extend take object test to finally check that the object made it into user inventory and that it was removed from the scene
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenSim.Framework.Communications
|
||||
/// </summary>
|
||||
public class CommunicationsManager
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
protected Dictionary<UUID, string[]> m_nameRequestCache = new Dictionary<UUID, string[]>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user