* Remove mono warnings
parent
400314e884
commit
739f1591da
|
@ -49,7 +49,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
uint port = 666;
|
||||
llUdpServer.Initialise(null, ref port, -1, false, new ClientStackUserSettings(), null, null);
|
||||
|
||||
UseCircuitCodePacket uccp = new UseCircuitCodePacket();
|
||||
//UseCircuitCodePacket uccp = new UseCircuitCodePacket();
|
||||
//llUdpServer.epS
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,12 +46,12 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Combat.CombatModule
|
|||
{
|
||||
public class CombatModule : IRegionModule
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
/// <summary>
|
||||
/// Region UUIDS indexed by AgentID
|
||||
/// </summary>
|
||||
private Dictionary<UUID, UUID> m_rootAgents = new Dictionary<UUID, UUID>();
|
||||
//private Dictionary<UUID, UUID> m_rootAgents = new Dictionary<UUID, UUID>();
|
||||
|
||||
/// <summary>
|
||||
/// Scenes by Region Handle
|
||||
|
|
Loading…
Reference in New Issue