fix(inferium-harvester): forget to pass config
This commit is contained in:
parent
90a3ac864e
commit
f38f3dc7bf
@ -2,7 +2,7 @@ local net = require('libs/net')
|
|||||||
local utils = require('libs/utils')
|
local utils = require('libs/utils')
|
||||||
local turtleUtils = require('libs/turtle-utils')
|
local turtleUtils = require('libs/turtle-utils')
|
||||||
|
|
||||||
local VERSION = "3.0.0"
|
local VERSION = "3.0.1"
|
||||||
local INFERIUM_SERVER = 'inferium.com'
|
local INFERIUM_SERVER = 'inferium.com'
|
||||||
local IDLE_TIME = 2
|
local IDLE_TIME = 2
|
||||||
local WAIT_ITEM_IDLE_TIME = 5
|
local WAIT_ITEM_IDLE_TIME = 5
|
||||||
@ -546,7 +546,7 @@ local function main()
|
|||||||
local remoteConfig = fetchRemoteConfig()
|
local remoteConfig = fetchRemoteConfig()
|
||||||
|
|
||||||
dropAllProcedure(remoteConfig)
|
dropAllProcedure(remoteConfig)
|
||||||
refuelProcedure()
|
refuelProcedure(remoteConfig)
|
||||||
|
|
||||||
replantProcedure(remoteConfig)
|
replantProcedure(remoteConfig)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user