aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/RegionInfo.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs
index 8c25603..17811cd 100644
--- a/OpenSim/Framework/RegionInfo.cs
+++ b/OpenSim/Framework/RegionInfo.cs
@@ -390,5 +390,10 @@ namespace OpenSim.Framework
390 390
391 return true; 391 return true;
392 } 392 }
393 public void SaveEstatecovenantUUID(LLUUID notecard)
394 {
395 configMember.forceSetConfigurationOption("estate_covanant_uuid", notecard.ToString());
396
397 }
393 } 398 }
394} \ No newline at end of file 399} \ No newline at end of file