diff options
author | UbitUmarov | 2017-05-11 20:26:06 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-11 20:26:06 +0100 |
commit | cc95b7e2d4d93be36c71c0d72b9b812e161a208f (patch) | |
tree | 499af11f033393d857d632533c2e2cdeacc62b25 /OpenSim/Services/HypergridService/UserAgentService.cs | |
parent | some cleanup (diff) | |
download | opensim-SC-cc95b7e2d4d93be36c71c0d72b9b812e161a208f.zip opensim-SC-cc95b7e2d4d93be36c71c0d72b9b812e161a208f.tar.gz opensim-SC-cc95b7e2d4d93be36c71c0d72b9b812e161a208f.tar.bz2 opensim-SC-cc95b7e2d4d93be36c71c0d72b9b812e161a208f.tar.xz |
don't allow multiple presences of same avatar also on HG gatekeeper
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/HypergridService/UserAgentService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Services/HypergridService/UserAgentService.cs b/OpenSim/Services/HypergridService/UserAgentService.cs index ba3cb2f..6f2cdd5 100644 --- a/OpenSim/Services/HypergridService/UserAgentService.cs +++ b/OpenSim/Services/HypergridService/UserAgentService.cs | |||
@@ -254,7 +254,6 @@ namespace OpenSim.Services.HypergridService | |||
254 | } | 254 | } |
255 | } | 255 | } |
256 | 256 | ||
257 | |||
258 | // Take the IP address + port of the gatekeeper (reg) plus the info of finalDestination | 257 | // Take the IP address + port of the gatekeeper (reg) plus the info of finalDestination |
259 | GridRegion region = new GridRegion(gatekeeper); | 258 | GridRegion region = new GridRegion(gatekeeper); |
260 | region.ServerURI = gatekeeper.ServerURI; | 259 | region.ServerURI = gatekeeper.ServerURI; |