diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index d8f786b..3d58839 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -488,7 +488,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
488 | /// Constructor | 488 | /// Constructor |
489 | /// </summary> | 489 | /// </summary> |
490 | public LLClientView( | 490 | public LLClientView( |
491 | EndPoint remoteEP, IScene scene, IAssetCache assetCache, LLPacketServer packServer, | 491 | EndPoint remoteEP, IScene scene, LLPacketServer packServer, |
492 | AuthenticateResponse sessionInfo, UUID agentId, UUID sessionId, uint circuitCode, EndPoint proxyEP, | 492 | AuthenticateResponse sessionInfo, UUID agentId, UUID sessionId, uint circuitCode, EndPoint proxyEP, |
493 | ClientStackUserSettings userSettings) | 493 | ClientStackUserSettings userSettings) |
494 | { | 494 | { |