Finally fix build break by allowing UserManagementModule (which constructs a packet directly) to reference OpenSim.Region.ClientStack.LindenUDP.

This time I actually properly did a clean build
This commit is contained in:
Justin Clark-Casey (justincc)
2012-10-05 02:02:19 +01:00
parent 046113c137
commit d87813a194
2 changed files with 106 additions and 104 deletions

View File

@@ -31,6 +31,7 @@ using System.Reflection;
using OpenSim.Framework;
using OpenSim.Framework.Console;
using OpenSim.Region.ClientStack.LindenUDP;
using OpenSim.Region.Framework;
using OpenSim.Region.Framework.Interfaces;
using OpenSim.Region.Framework.Scenes;