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 2789d5f..1855aea 100644 --- a/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs +++ b/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs | |||
@@ -1309,7 +1309,7 @@ namespace OpenSim.Region.CoreModules.World.Estate | |||
1309 | 1309 | ||
1310 | foreach (SpawnPoint sp in settings.SpawnPoints()) | 1310 | foreach (SpawnPoint sp in settings.SpawnPoints()) |
1311 | { | 1311 | { |
1312 | spawnPoints.Add(sp.GetLocation(telehub.AbsolutePosition, telehub.GroupRotation)); | 1312 | spawnPoints.Add(sp.GetLocation(telehub.GroupRotation)); |
1313 | } | 1313 | } |
1314 | 1314 | ||
1315 | client.SendTelehubInfo(settings.TelehubObject, | 1315 | client.SendTelehubInfo(settings.TelehubObject, |