set Parent CommandProperty write accesslevel to Developer

unmark Parent property as virtual
This commit is contained in:
Mark Sturgill 2014-02-15 14:54:28 -07:00
parent 2f005966f9
commit 1b157e102d

View file

@ -3709,8 +3709,8 @@ namespace Server
}
}
[CommandProperty(AccessLevel.GameMaster)]
public virtual IEntity Parent
[CommandProperty(AccessLevel.GameMaster, AccessLevel.Developer)]
public IEntity Parent
{
get
{