fix: Fixes props for interfaces and adds account manipulation (#2179)
This commit is contained in:
parent
f95b3a8b3b
commit
05825a11e2
3 changed files with 14 additions and 9 deletions
|
|
@ -895,7 +895,7 @@ public partial class Mobile : IHued, IComparable<Mobile>, ISpawnable, IObjectPro
|
|||
[CommandProperty(AccessLevel.Administrator)]
|
||||
public bool AutoPageNotify { get; set; }
|
||||
|
||||
[CommandProperty(AccessLevel.GameMaster, AccessLevel.Owner)]
|
||||
[CommandProperty(AccessLevel.GameMaster, AccessLevel.Administrator, canModify: true)]
|
||||
public IAccount Account { get; set; }
|
||||
|
||||
[CommandProperty(AccessLevel.GameMaster)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue