Skip to content

Commit

Permalink
Fix first error revealed by get_int implementation :D
Browse files Browse the repository at this point in the history
  • Loading branch information
SX authored and BuckarooBanzay committed Feb 21, 2021
1 parent fee9802 commit d4382c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion technic/tools/multimeter.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local S = technic.getter

local remote_start_ttl = technic.config:get_int("multimeter.remote_start_ttl")
local remote_start_ttl = technic.config:get_int("multimeter_remote_start_ttl")

local max_charge = 50000
local power_usage = 100 -- Normal network reading uses this much energy
Expand Down

0 comments on commit d4382c7

Please sign in to comment.