aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP
diff options
context:
space:
mode:
authorUbitUmarov2019-04-04 18:52:28 +0100
committerUbitUmarov2019-04-04 18:52:28 +0100
commit07796d5ccfc8b5a8df0a50d6f4678a9c13847318 (patch)
treebdff92c18297ca93e63e570a86dd6812342fcacb /OpenSim/Region/ClientStack/Linden/UDP
parentmantis 8512: add proposed detection of VS2019 to runprebuild (both this and v... (diff)
downloadopensim-SC-07796d5ccfc8b5a8df0a50d6f4678a9c13847318.zip
opensim-SC-07796d5ccfc8b5a8df0a50d6f4678a9c13847318.tar.gz
opensim-SC-07796d5ccfc8b5a8df0a50d6f4678a9c13847318.tar.bz2
opensim-SC-07796d5ccfc8b5a8df0a50d6f4678a9c13847318.tar.xz
change region cacheid on restart. This should not be needed in future if objects cache info is stored on region db
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 5ffea62..8d5980a 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -929,7 +929,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
929 //BillableFactor 929 //BillableFactor
930 zc.AddFloat(es.BillableFactor); 930 zc.AddFloat(es.BillableFactor);
931 //CacheID 931 //CacheID
932 zc.AddUUID(regionInfo.RegionID); // needs review when we actuall support cache 932 zc.AddUUID(regionInfo.CacheID); // needs review when we actuall support cache
933 //TerrainBase0 933 //TerrainBase0
934 //TerrainBase1 934 //TerrainBase1
935 //TerrainBase2 935 //TerrainBase2