diff options
author | lbsa71 | 2007-07-14 14:13:05 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-14 14:13:05 +0000 |
commit | 1a92dc907316b16e9664cc718a06a4203d9244df (patch) | |
tree | 34828f67d1afbf536956003e103ea604810bf289 /OpenSim/Region/Application | |
parent | Added AddPreCompiledScript method to ScriptManager. (diff) | |
download | opensim-SC_OLD-1a92dc907316b16e9664cc718a06a4203d9244df.zip opensim-SC_OLD-1a92dc907316b16e9664cc718a06a4203d9244df.tar.gz opensim-SC_OLD-1a92dc907316b16e9664cc718a06a4203d9244df.tar.bz2 opensim-SC_OLD-1a92dc907316b16e9664cc718a06a4203d9244df.tar.xz |
* Apparently, we need to tell ParcelManager that there is no parcels.
* Cleaning lady cleaning build ignores (No, MW, I don't mind, anything for you)
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 48997e2..8367fd0 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -230,7 +230,7 @@ namespace OpenSim | |||
230 | if (masterAvatar != null) | 230 | if (masterAvatar != null) |
231 | { | 231 | { |
232 | LocalWorld.RegionInfo.MasterAvatarAssignedUUID = masterAvatar.UUID; | 232 | LocalWorld.RegionInfo.MasterAvatarAssignedUUID = masterAvatar.UUID; |
233 | LocalWorld.localStorage.LoadParcels((ILocalStorageParcelReceiver)LocalWorld.parcelManager); | 233 | LocalWorld.localStorage.LoadParcels((ILocalStorageParcelReceiver)LocalWorld.ParcelManager); |
234 | } | 234 | } |
235 | 235 | ||
236 | LocalWorld.StartTimer(); | 236 | LocalWorld.StartTimer(); |