mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
Limit Black Mesa to 6 max radio menu items. (7+ not bound)
This commit is contained in:
parent
8a7262afd5
commit
fbe377a53d
@ -299,4 +299,17 @@
|
||||
"RadioMenuMaxPageItems" "9"
|
||||
}
|
||||
}
|
||||
|
||||
"#default"
|
||||
{
|
||||
"#supported"
|
||||
{
|
||||
"game" "bms"
|
||||
}
|
||||
|
||||
"Keys"
|
||||
{
|
||||
"RadioMenuMaxPageItems" "6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user