0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Increased stash row command limit to 15

(cherry picked from commit 0ab1395355bc6a5a22b531d2880a9f72208477cc)
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
},
"commandUseLimits": {
"StashRows": 5
"StashRows": 15
}
}
},