Cleanup that was missed during the last sweep. (#14)
This commit is contained in:
parent
5cf37da625
commit
01d0fb75b8
9 changed files with 93 additions and 111 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