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/Region/Environment/Scenes/Scene.cs | |
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/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 43e7e99..1b1549e 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -235,7 +235,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
235 | ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, bool SeeIntoRegionFromNeighbor) | 235 | ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, bool SeeIntoRegionFromNeighbor) |
236 | { | 236 | { |
237 | updateLock = new Mutex(false); | 237 | updateLock = new Mutex(false); |
238 | |||
239 | m_moduleLoader = moduleLoader; | 238 | m_moduleLoader = moduleLoader; |
240 | m_authenticateHandler = authen; | 239 | m_authenticateHandler = authen; |
241 | CommsManager = commsMan; | 240 | CommsManager = commsMan; |