Don't allow submitters to review their own artwork

This commit is contained in:
Alex Cabal 2024-01-13 16:33:57 -06:00
parent 47973970b6
commit f992da84ae
5 changed files with 53 additions and 33 deletions

View file

@ -5,4 +5,5 @@ class Benefits{
public bool $CanBulkDownload = false;
public bool $CanUploadArtwork = false;
public bool $CanReviewArtwork = false;
public bool $CanReviewOwnArtwork = false;
}