mirror of
https://github.com/StyledStrike/gmod-custom-loadout.git
synced 2025-03-04 03:03:09 -05:00
Raise the default item limit
This commit is contained in:
parent
0871e4571f
commit
dba1d835e6
@ -18,7 +18,7 @@ local cvarSecondaryLimit = CreateConVar(
|
||||
|
||||
local cvarWeaponLimit = CreateConVar(
|
||||
"custom_loadout_max_items",
|
||||
"25",
|
||||
"40",
|
||||
bit.bor( FCVAR_ARCHIVE, FCVAR_REPLICATED, FCVAR_NOTIFY ),
|
||||
"[Custom Loadout] Limits how many weapons a single loadout can have.",
|
||||
0, 100
|
||||
|
Loading…
Reference in New Issue
Block a user