change region cacheid on restart. This should not be needed in future if objects cache info is stored on region db

This commit is contained in:
UbitUmarov
2019-04-04 18:52:28 +01:00
parent 42414bfa55
commit 07796d5ccf
2 changed files with 6 additions and 1 deletions

View File

@@ -929,7 +929,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
//BillableFactor
zc.AddFloat(es.BillableFactor);
//CacheID
zc.AddUUID(regionInfo.RegionID); // needs review when we actuall support cache
zc.AddUUID(regionInfo.CacheID); // needs review when we actuall support cache
//TerrainBase0
//TerrainBase1
//TerrainBase2