diff options
-rw-r--r-- | OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs b/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs index 968a6d6..7098b07 100644 --- a/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs +++ b/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs | |||
@@ -151,6 +151,9 @@ namespace OpenSim.Services.Connectors.Grid | |||
151 | 151 | ||
152 | m_AssetService.Store(ass); | 152 | m_AssetService.Store(ass); |
153 | 153 | ||
154 | // finally | ||
155 | info.TerrainImage = ass.FullID; | ||
156 | |||
154 | } | 157 | } |
155 | catch // LEGIT: Catching problems caused by OpenJPEG p/invoke | 158 | catch // LEGIT: Catching problems caused by OpenJPEG p/invoke |
156 | { | 159 | { |