*Trunk compiles now

*Added "RemoveEntity" and renamed "AddNewEntity" to "AddEntity"
This commit is contained in:
mingchen
2007-07-16 14:56:35 +00:00
parent cba02cb632
commit d216f5779c
6 changed files with 50 additions and 7 deletions

View File

@@ -240,7 +240,7 @@ namespace OpenSim
scene.RegionInfo.MasterAvatarAssignedUUID = libsecondlife.LLUUID.Zero;
scene.localStorage.LoadParcels((ILocalStorageParcelReceiver)scene.ParcelManager);
}
LocalWorld.performParcelPrimCountUpdate();
scene.performParcelPrimCountUpdate();
scene.StartTimer();
}
}