mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Correct a coordinate to make the viewer like it
This commit is contained in:
@@ -1309,7 +1309,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
||||
|
||||
foreach (SpawnPoint sp in settings.SpawnPoints())
|
||||
{
|
||||
spawnPoints.Add(sp.GetLocation(telehub.AbsolutePosition, telehub.GroupRotation));
|
||||
spawnPoints.Add(sp.GetLocation(telehub.GroupRotation));
|
||||
}
|
||||
|
||||
client.SendTelehubInfo(settings.TelehubObject,
|
||||
|
||||
Reference in New Issue
Block a user