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