mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
*Renamed ParcelManager to LandManager
*Made the Parcel class its own file and moved the Parcel and LandManager into their own folder in Environment *Some renaming might need to be done so the Parcel class doesn't have issues with the libsecondlife Parcel class, but Land doesn't seem right.
This commit is contained in:
@@ -82,7 +82,7 @@ namespace SimpleApp
|
||||
if (masterAvatar != null)
|
||||
{
|
||||
world.RegionInfo.MasterAvatarAssignedUUID = masterAvatar.UUID;
|
||||
world.ParcelManager.NoParcelDataFromStorage();
|
||||
world.LandManager.NoParcelDataFromStorage();
|
||||
}
|
||||
|
||||
world.StartTimer();
|
||||
|
||||
Reference in New Issue
Block a user