mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
*Renamed everything Parcels and ParcelData to Land and LandData
*Added missing files (I hope)
This commit is contained in:
@@ -82,7 +82,7 @@ namespace SimpleApp
|
||||
if (masterAvatar != null)
|
||||
{
|
||||
world.RegionInfo.MasterAvatarAssignedUUID = masterAvatar.UUID;
|
||||
world.LandManager.NoParcelDataFromStorage();
|
||||
world.LandManager.NoLandDataFromStorage();
|
||||
}
|
||||
|
||||
world.StartTimer();
|
||||
|
||||
Reference in New Issue
Block a user