set Parent CommandProperty write accesslevel to Developer
unmark Parent property as virtual
This commit is contained in:
parent
2f005966f9
commit
1b157e102d
1 changed files with 2 additions and 2 deletions
|
|
@ -3709,8 +3709,8 @@ namespace Server
|
|||
}
|
||||
}
|
||||
|
||||
[CommandProperty(AccessLevel.GameMaster)]
|
||||
public virtual IEntity Parent
|
||||
[CommandProperty(AccessLevel.GameMaster, AccessLevel.Developer)]
|
||||
public IEntity Parent
|
||||
{
|
||||
get
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue