mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Dumb error in fix
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;
|
||||
info.RegionLocY;
|
||||
info.RegionLocX,
|
||||
info.RegionLocY,
|
||||
0).ToString();
|
||||
break;
|
||||
case 6: // DATA_SIM_STATUS
|
||||
|
||||
Reference in New Issue
Block a user