don't allow multiple presences of same avatar also on HG gatekeeper

This commit is contained in:
UbitUmarov
2017-05-11 20:26:06 +01:00
parent f09fafff34
commit cc95b7e2d4
2 changed files with 99 additions and 23 deletions

View File

@@ -254,7 +254,6 @@ namespace OpenSim.Services.HypergridService
}
}
// Take the IP address + port of the gatekeeper (reg) plus the info of finalDestination
GridRegion region = new GridRegion(gatekeeper);
region.ServerURI = gatekeeper.ServerURI;