mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* minor: eliminate some mono compiler warnings
This commit is contained in:
@@ -74,7 +74,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
|
||||
|
||||
uint port = 666;
|
||||
testLLUDPServer.Initialise(null, ref port, 0, false, userSettings, null, acm);
|
||||
LLPacketServer packetServer = new LLPacketServer(testLLUDPServer, userSettings);
|
||||
new LLPacketServer(testLLUDPServer, userSettings);
|
||||
testLLUDPServer.LocalScene = new MockScene();
|
||||
|
||||
UseCircuitCodePacket uccp = new UseCircuitCodePacket();
|
||||
|
||||
Reference in New Issue
Block a user