Random Fixes (#554)

* Shops: Fixed stock amount in "Nurmof's Pickaxe Shop"

* ConfigLoader:Fix server_debug key/value

* Fix "players" Command Text
This commit is contained in:
Josh Shippam
2023-01-28 05:32:52 +00:00
committed by GitHub
parent 6e69dea45a
commit 7f79dff665
4 changed files with 10 additions and 11 deletions
+6 -6
View File
@@ -2991,27 +2991,27 @@
"items": [
{
"itemId": 1265,
"itemAmount": 10
"itemAmount": 6
},
{
"itemId": 1267,
"itemAmount": 10
"itemAmount": 5
},
{
"itemId": 1269,
"itemAmount": 10
"itemAmount": 4
},
{
"itemId": 1273,
"itemAmount": 10
"itemAmount": 3
},
{
"itemId": 1271,
"itemAmount": 10
"itemAmount": 2
},
{
"itemId": 1275,
"itemAmount": 10
"itemAmount": 1
}
]
},