diff options
author | Teravus Ovares | 2008-03-04 14:39:51 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-03-04 14:39:51 +0000 |
commit | 18324773d26a903b83e6361b8186c0ad2681b1b3 (patch) | |
tree | 14fd8b0f00ceb0ddc0341a71a3b010db41bca883 /OpenSim/Framework | |
parent | Cleaned up a couple compiler warnings. (diff) | |
download | opensim-SC_OLD-18324773d26a903b83e6361b8186c0ad2681b1b3.zip opensim-SC_OLD-18324773d26a903b83e6361b8186c0ad2681b1b3.tar.gz opensim-SC_OLD-18324773d26a903b83e6361b8186c0ad2681b1b3.tar.bz2 opensim-SC_OLD-18324773d26a903b83e6361b8186c0ad2681b1b3.tar.xz |
* One line fix to get everything working again. Essentially set the originRegionID = RegionID in RegionInfo.cs on line 375
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 43e2a24..bbd9f08 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -372,6 +372,7 @@ namespace OpenSim.Framework | |||
372 | { | 372 | { |
373 | case "sim_UUID": | 373 | case "sim_UUID": |
374 | RegionID = (LLUUID) configuration_result; | 374 | RegionID = (LLUUID) configuration_result; |
375 | originRegionID = (LLUUID)configuration_result; | ||
375 | break; | 376 | break; |
376 | case "sim_name": | 377 | case "sim_name": |
377 | RegionName = (string) configuration_result; | 378 | RegionName = (string) configuration_result; |