Skip to content

Commit

Permalink
[HOTFIX] Fix MRP whitelist auto denying people with any medium severi…
Browse files Browse the repository at this point in the history
…ty notes in 14 days (space-wizards#34532)

* fix mrp whitelist auto denying people with warning

* make headmin requested changes

* godo
  • Loading branch information
ArtisticRoomba authored and widgetbeck committed Jan 29, 2025
1 parent f81ad07 commit 6ba988d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Resources/Prototypes/wizardsDenWhitelists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
range: 30 # 30 days
action: Deny
includeSecret: false
- !type:ConditionNotesPlaytimeRange # Deny for >=2 medium severity notes in the last 14 days
- !type:ConditionNotesPlaytimeRange # Deny for >=3 medium severity notes in the last 90 days
includeExpired: false
minimumSeverity: 2 # Medium
minimumNotes: 1
range: 14 # 14 Days
action: Deny
includeSecret: false
- !type:ConditionNotesPlaytimeRange # Deny for >=3 low severity notes in the last 14 days
includeExpired: false
minimumSeverity: 1 # Low
minimumNotes: 3
range: 14 # 14 Days
range: 90 # 90 Days
action: Deny
includeSecret: false
# - !type:ConditionNotesPlaytimeRange # Deny for >=3 low severity notes in the last 14 days
# includeExpired: false
# minimumSeverity: 1 # Low
# minimumNotes: 3
# range: 14 # 14 Days
# action: Deny
# includeSecret: false
- !type:ConditionManualWhitelistMembership # Allow whitelisted players
action: Allow
- !type:ConditionPlayerCount # Allow when <= 15 players are online
Expand Down

0 comments on commit 6ba988d

Please sign in to comment.