mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
change default landpoint type to anywhere (direct)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user