mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
rename a few things to reduce confusion between regions wold location and grid location (a lot more elsewhere)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user