Skip to content

Commit

Permalink
Fixed accidental extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Nov 6, 2022
1 parent 57c649c commit 6d2fd41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions match/playbtw_pum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ matches:
- "%CONFIG%/scripts/playbtw_core"
- table
- --table
- sum_npc_behavior.txt
- sum_npc_behavior
# SUM
- trigger: ":+npcb"
replace: "{{output}}"
Expand All @@ -460,7 +460,7 @@ matches:
- "%CONFIG%/scripts/playbtw_core"
- table
- --table
- sum_npc_behavior.txt
- sum_npc_behavior
- --mode
- adv
# SUM
Expand All @@ -474,7 +474,7 @@ matches:
- "%CONFIG%/scripts/playbtw_core"
- table
- --table
- sum_npc_behavior.txt
- sum_npc_behavior
- --mode
- dis
# SUM
Expand Down Expand Up @@ -528,7 +528,7 @@ matches:
- "%CONFIG%/scripts/playbtw_core"
- table
- --table
- sum_npc_answer.txt
- sum_npc_answer
# SUM
- trigger: ":+npca"
replace: "{{output}}"
Expand All @@ -540,7 +540,7 @@ matches:
- "%CONFIG%/scripts/playbtw_core"
- table
- --table
- sum_npc_answer.txt
- sum_npc_answer
- --mode
- adv
# SUM
Expand All @@ -554,7 +554,7 @@ matches:
- "%CONFIG%/scripts/playbtw_core"
- table
- --table
- sum_npc_answer.txt
- sum_npc_answer
- --mode
- dis
# SUM (Action)
Expand Down

0 comments on commit 6d2fd41

Please sign in to comment.