Update Counters.vue
This commit is contained in:
parent
a9e0466e33
commit
b820697537
1 changed files with 2 additions and 2 deletions
|
@ -321,7 +321,7 @@
|
||||||
actions:
|
actions:
|
||||||
set_counter:
|
set_counter:
|
||||||
counter: "antiraid_decay"
|
counter: "antiraid_decay"
|
||||||
amount: 10 # "Disable after 10min"
|
value: 10 # "Disable after 10min"
|
||||||
|
|
||||||
start_antiraid_timer_high:
|
start_antiraid_timer_high:
|
||||||
triggers:
|
triggers:
|
||||||
|
@ -330,7 +330,7 @@
|
||||||
actions:
|
actions:
|
||||||
set_counter:
|
set_counter:
|
||||||
counter: "antiraid_decay"
|
counter: "antiraid_decay"
|
||||||
amount: 20 # "Disable after 20min"
|
value: 20 # "Disable after 20min"
|
||||||
|
|
||||||
disable_antiraid_after_timer:
|
disable_antiraid_after_timer:
|
||||||
triggers:
|
triggers:
|
||||||
|
|
Loading…
Add table
Reference in a new issue