14 lines
236 B
INI
14 lines
236 B
INI
; Don't lagcomp the kill triggers inside the moving cubes on A (1073741824[anti-lag comp] + 1[client])
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "trigger_hurt"
|
|
"targetname" "/a_boss_bhurt.*/"
|
|
}
|
|
replace:
|
|
{
|
|
"spawnflags" "1073741825"
|
|
}
|
|
}
|