rename a few things to reduce confusion between regions wold location and grid location (a lot more elsewhere)

This commit is contained in:
UbitUmarov
2016-07-31 01:56:44 +01:00
parent db7f1aaa2f
commit a4caedceae
3 changed files with 12 additions and 10 deletions

View File

@@ -1588,7 +1588,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
agent.Scene.RequestTeleportLocation(
agent.ControllingClient,
Util.RegionLocToHandle(regionX, regionY),
Util.RegionGridLocToHandle(regionX, regionY),
position,
agent.Lookat,
(uint)Constants.TeleportFlags.ViaLocation);