parent
096d39609e
commit
8e9221bb5a
400 changed files with 3688 additions and 5969 deletions
|
|
@ -165,7 +165,7 @@ namespace Server.Items
|
|||
if (Writable)
|
||||
flags |= SaveFlags.Writable;
|
||||
|
||||
if (content == null || !content.IsMatch(Pages))
|
||||
if (content?.IsMatch(Pages) != true)
|
||||
flags |= SaveFlags.Content;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue