diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs b/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs index ea8d396..acd22e9 100644 --- a/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs +++ b/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs | |||
@@ -1358,7 +1358,7 @@ namespace OpenSim.Region.CoreModules.World.Estate | |||
1358 | 1358 | ||
1359 | foreach (SpawnPoint sp in settings.SpawnPoints()) | 1359 | foreach (SpawnPoint sp in settings.SpawnPoints()) |
1360 | { | 1360 | { |
1361 | spawnPoints.Add(sp.GetLocation(telehub.AbsolutePosition, telehub.GroupRotation)); | 1361 | spawnPoints.Add(sp.GetLocation(telehub.GroupRotation)); |
1362 | } | 1362 | } |
1363 | 1363 | ||
1364 | client.SendTelehubInfo(settings.TelehubObject, | 1364 | client.SendTelehubInfo(settings.TelehubObject, |