diff options
author | UbitUmarov | 2017-05-22 19:14:19 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-22 19:16:42 +0100 |
commit | 73222e4dd4e735225845184de22e245c454b40db (patch) | |
tree | 49916523ffd58cc1325371b682fd182571f4f25b /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |
parent | PGSQL: Another missing cast in XInventoryData (diff) | |
download | opensim-SC-73222e4dd4e735225845184de22e245c454b40db.zip opensim-SC-73222e4dd4e735225845184de22e245c454b40db.tar.gz opensim-SC-73222e4dd4e735225845184de22e245c454b40db.tar.bz2 opensim-SC-73222e4dd4e735225845184de22e245c454b40db.tar.xz |
fix IClientIPEndpoint broken by justin long ago.. but stop using it
except on SceneBanner, later it my be also removed from there and
everywhere
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 298c933..f658a70 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -62,7 +62,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
62 | /// Handles new client connections | 62 | /// Handles new client connections |
63 | /// Constructor takes a single Packet and authenticates everything | 63 | /// Constructor takes a single Packet and authenticates everything |
64 | /// </summary> | 64 | /// </summary> |
65 | public class LLClientView : IClientAPI, IClientCore, IClientIM, IClientChat, IClientInventory, IStatsCollector | 65 | public class LLClientView : IClientAPI, IClientCore, IClientIM, IClientChat, IClientInventory, IStatsCollector, IClientIPEndpoint |
66 | { | 66 | { |
67 | /// <value> | 67 | /// <value> |
68 | /// Debug packet level. See OpenSim.RegisterConsoleCommands() for more details. | 68 | /// Debug packet level. See OpenSim.RegisterConsoleCommands() for more details. |