Merges bug fixes and cleanup with master (#17)
This commit is contained in:
parent
39dfe86e10
commit
55136d8842
33 changed files with 157 additions and 234 deletions
|
|
@ -722,8 +722,8 @@ namespace Server.Multis
|
|||
|
||||
if (!item.Deleted)
|
||||
{
|
||||
if (item is StrongBox)
|
||||
item = ((StrongBox)item).ConvertToStandardContainer();
|
||||
if (item is StrongBox box)
|
||||
item = box.ConvertToStandardContainer();
|
||||
|
||||
item.IsLockedDown = false;
|
||||
item.IsSecure = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue