From 0e966baa2c482300b52ba9d3f857f3c505b7a276 Mon Sep 17 00:00:00 2001 From: Brian McBee Date: Thu, 3 Jan 2008 19:38:58 +0000 Subject: Tweaked "show users" formatting, added user's IP address to display. --- OpenSim/Region/ClientStack/UDPServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/UDPServer.cs') diff --git a/OpenSim/Region/ClientStack/UDPServer.cs b/OpenSim/Region/ClientStack/UDPServer.cs index bcbd81a..4e4a0aa 100644 --- a/OpenSim/Region/ClientStack/UDPServer.cs +++ b/OpenSim/Region/ClientStack/UDPServer.cs @@ -40,7 +40,7 @@ namespace OpenSim.Region.ClientStack public class UDPServer : ClientStackNetworkHandler { protected Dictionary clientCircuits = new Dictionary(); - protected Dictionary clientCircuits_reverse = new Dictionary(); + public Dictionary clientCircuits_reverse = new Dictionary(); public Socket Server; protected IPEndPoint ServerIncoming; protected byte[] RecvBuffer = new byte[4096]; -- cgit v1.1