mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
fix lludp to read pseudocrc from SOP; move region cacheID to region settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user