change default landpoint type to anywhere (direct)

This commit is contained in:
UbitUmarov
2015-12-13 18:07:40 +00:00
parent 6c5005aa3b
commit 736bcc70fe
2 changed files with 32 additions and 21 deletions

View File

@@ -71,7 +71,7 @@ namespace OpenSim.Framework
(uint)ParcelFlags.CreateObjects | (uint)ParcelFlags.AllowOtherScripts |
(uint)ParcelFlags.AllowVoiceChat;
private byte _landingType = 0;
private byte _landingType = (byte)OpenMetaverse.LandingType.Direct;
private string _name = "Your Parcel";
private ParcelStatus _status = ParcelStatus.Leased;
private int _localID = 0;