mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
fix some csgo maps that having missing filtername keys
This commit is contained in:
parent
a23348d843
commit
d816423eb6
12
addons/stripper/maps/workshop/1195609162/bhop_bless.cfg
Normal file
12
addons/stripper/maps/workshop/1195609162/bhop_bless.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
modify:
|
||||
{
|
||||
match:
|
||||
{
|
||||
"targetname" "filter_activator"
|
||||
"classname" "filter_activator_name"
|
||||
}
|
||||
insert:
|
||||
{
|
||||
"filtername" "activator"
|
||||
}
|
||||
}
|
||||
12
addons/stripper/maps/workshop/2117675766/bhop_craton.cfg
Normal file
12
addons/stripper/maps/workshop/2117675766/bhop_craton.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
modify:
|
||||
{
|
||||
match:
|
||||
{
|
||||
"targetname" "filter_activator"
|
||||
"classname" "filter_activator_name"
|
||||
}
|
||||
insert:
|
||||
{
|
||||
"filtername" "bhop"
|
||||
}
|
||||
}
|
||||
12
addons/stripper/maps/workshop/859067603/bhop_bless.cfg
Normal file
12
addons/stripper/maps/workshop/859067603/bhop_bless.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
modify:
|
||||
{
|
||||
match:
|
||||
{
|
||||
"targetname" "filter_activator"
|
||||
"classname" "filter_activator_name"
|
||||
}
|
||||
insert:
|
||||
{
|
||||
"filtername" "activator"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user