19 lines
187 B
INI
19 lines
187 B
INI
|
;; _
|
||
|
|
||
|
;; fix issue with players getting stuck in doorways
|
||
|
|
||
|
modify:
|
||
|
{
|
||
|
match:
|
||
|
{
|
||
|
"targetname" "/door[1-3]/"
|
||
|
"classname" "func_door_rotating"
|
||
|
}
|
||
|
replace:
|
||
|
{
|
||
|
"forceclosed" "0"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|