*Renamed everything Parcels and ParcelData to Land and LandData

*Added missing files (I hope)
This commit is contained in:
mingchen
2007-07-16 19:40:25 +00:00
parent 7fabf9612a
commit 2873b82b78
16 changed files with 274 additions and 873 deletions

View File

@@ -82,7 +82,7 @@ namespace SimpleApp
if (masterAvatar != null)
{
world.RegionInfo.MasterAvatarAssignedUUID = masterAvatar.UUID;
world.LandManager.NoParcelDataFromStorage();
world.LandManager.NoLandDataFromStorage();
}
world.StartTimer();