Increased stash row command limit to 15

(cherry picked from commit 0ab1395355)
This commit is contained in:
Dev 2024-07-10 10:32:01 +01:00
parent ec6c4b05d9
commit 4e047c48ec

View File

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