fix lludp to read pseudocrc from SOP; move region cacheID to region settings

This commit is contained in:
UbitUmarov
2020-03-27 17:26:49 +00:00
parent 8e6fc69a11
commit 918f56d682
3 changed files with 8 additions and 12 deletions

View File

@@ -128,6 +128,8 @@ namespace OpenSim.Framework
set { m_RegionUUID = value; }
}
public UUID CacheID { get; set; } = UUID.Random();
private bool m_BlockTerraform = false;
public bool BlockTerraform