12 lines
148 B
INI
12 lines
148 B
INI
|
; Give map spawned weapons an hammerid to prevent cleanup.
|
||
|
modify:
|
||
|
{
|
||
|
match:
|
||
|
{
|
||
|
"classname" "/weapon_.*/"
|
||
|
}
|
||
|
insert:
|
||
|
{
|
||
|
"hammerid" "99999"
|
||
|
}
|
||
|
}
|