Added GP coin limits to airdrops - this prevents mods that override the stack limit adding 100s of thousands of coins to airdrops
(cherry picked from commit 7d57a80e20
)
This commit is contained in:
parent
4c9e5c258f
commit
c1c74c726a
@ -121,6 +121,10 @@
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5d235b4d86f7742e017bc88a": {
|
||||
"min": 10,
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"armorLevelWhitelist": [
|
||||
@ -194,6 +198,10 @@
|
||||
"59e690b686f7746c9f75e848": {
|
||||
"min": 10,
|
||||
"max": 25
|
||||
},
|
||||
"5d235b4d86f7742e017bc88a": {
|
||||
"min": 10,
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"armorLevelWhitelist": [
|
||||
@ -276,6 +284,10 @@
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5d235b4d86f7742e017bc88a": {
|
||||
"min": 10,
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"armorLevelWhitelist": [
|
||||
@ -355,6 +367,10 @@
|
||||
"5696686a4bdc2da3298b456a": {
|
||||
"min": 100,
|
||||
"max": 500
|
||||
},
|
||||
"5d235b4d86f7742e017bc88a": {
|
||||
"min": 10,
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"armorLevelWhitelist": [
|
||||
|
Loading…
Reference in New Issue
Block a user