mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-02-17 06:40:17 -05:00
use 60 seconds core delay
This commit is contained in:
parent
8154b429ff
commit
219e182bb0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
'useChat': false,
|
||||
'core': {
|
||||
'layers': 3,
|
||||
'refillInterval': 500,
|
||||
'refillInterval': 1000 * 60,
|
||||
},
|
||||
'eval': {
|
||||
'serverUrl': 'http://192.168.1.105:4445/',
|
||||
|
|
Loading…
Reference in a new issue