mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
Mantis #229. Fix Global sim ccordinates
This commit is contained in:
@@ -9145,8 +9145,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
return UUID.Zero.ToString();
|
||||
}
|
||||
reply = new LSL_Vector(
|
||||
info.RegionLocX / Constants.RegionSize,
|
||||
info.RegionLocY / Constants.RegionSize,
|
||||
info.RegionLocX;
|
||||
info.RegionLocY;
|
||||
0).ToString();
|
||||
break;
|
||||
case 6: // DATA_SIM_STATUS
|
||||
|
||||
Reference in New Issue
Block a user