aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-03 23:46:43 +0000
committerTeravus Ovares2008-01-03 23:46:43 +0000
commit0c555883d55d6ec8ef4f567b66b137958311727d (patch)
tree974a07955407e4bff744a097479c477507ac6435 /OpenSim/Framework
parentTweaked "show users" formatting, added user's IP address to display. (diff)
downloadopensim-SC_OLD-0c555883d55d6ec8ef4f567b66b137958311727d.zip
opensim-SC_OLD-0c555883d55d6ec8ef4f567b66b137958311727d.tar.gz
opensim-SC_OLD-0c555883d55d6ec8ef4f567b66b137958311727d.tar.bz2
opensim-SC_OLD-0c555883d55d6ec8ef4f567b66b137958311727d.tar.xz
* Made covenant changes made in the estate tools persist across sim restarts.
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