Skip to content

Commit

Permalink
Enable VPN guard for Main & Elysium if no admins
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Jan 4, 2024
1 parent a03f540 commit 8b8b70a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Resources/ConfigPresets/Corvax/elysium.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ maxplayers = 180
soft_max_players = 100
map_rotation = true

[game.panic_bunker]
enabled = true
show_reason = true
min_account_age = 0
min_overall_hours = 0
deny_vpn = true
enable_without_admins = true
disable_with_admins = true

[rules]
time = 180.0

Expand Down
9 changes: 9 additions & 0 deletions Resources/ConfigPresets/Corvax/main.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ maxplayers = 190
soft_max_players = 105
map_rotation = true

[game.panic_bunker]
enabled = true
show_reason = true
min_account_age = 0
min_overall_hours = 0
deny_vpn = true
enable_without_admins = true
disable_with_admins = true

[rules]
time = 180.0

Expand Down

0 comments on commit 8b8b70a

Please sign in to comment.