Added configurable limit for GE bot offers, now set by world.botstock_limit config (defaults to 5000)

This commit is contained in:
Ceikry
2023-06-06 00:19:18 +00:00
committed by Ryan
parent 3d8a6c6e5a
commit c3d48ff36e
3 changed files with 9 additions and 2 deletions
+3
View File
@@ -290,5 +290,8 @@ class ServerConstants {
@JvmField
var PLAYER_STOCK_RECIRCULATE = true
@JvmField
var BOTSTOCK_LIMIT = 5000
}
}