mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user