Skip to content

Commit

Permalink
fix some csgo maps that having missing filtername keys
Browse files Browse the repository at this point in the history
  • Loading branch information
rtldg committed May 12, 2022
1 parent a23348d commit d816423
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions addons/stripper/maps/workshop/1195609162/bhop_bless.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
modify:
{
match:
{
"targetname" "filter_activator"
"classname" "filter_activator_name"
}
insert:
{
"filtername" "activator"
}
}
12 changes: 12 additions & 0 deletions addons/stripper/maps/workshop/2117675766/bhop_craton.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
modify:
{
match:
{
"targetname" "filter_activator"
"classname" "filter_activator_name"
}
insert:
{
"filtername" "bhop"
}
}
12 changes: 12 additions & 0 deletions addons/stripper/maps/workshop/859067603/bhop_bless.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
modify:
{
match:
{
"targetname" "filter_activator"
"classname" "filter_activator_name"
}
insert:
{
"filtername" "activator"
}
}

0 comments on commit d816423

Please sign in to comment.