Increased stash row command limit to 15

This commit is contained in:
Dev 2024-07-10 10:32:01 +01:00
parent d956400315
commit 0ab1395355

View File

@ -28,7 +28,7 @@
"giveCommandEnabled": true "giveCommandEnabled": true
}, },
"commandUseLimits": { "commandUseLimits": {
"StashRows": 5 "StashRows": 15
} }
} }
}, },