diff options
author | UbitUmarov | 2019-04-04 18:52:28 +0100 |
---|---|---|
committer | UbitUmarov | 2019-04-04 18:52:28 +0100 |
commit | 07796d5ccfc8b5a8df0a50d6f4678a9c13847318 (patch) | |
tree | bdff92c18297ca93e63e570a86dd6812342fcacb /OpenSim/Region/ClientStack/Linden/UDP | |
parent | mantis 8512: add proposed detection of VS2019 to runprebuild (both this and v... (diff) | |
download | opensim-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.cs | 2 |
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 |