fix: correct radiation retrieval method and ensure monitor is cleared before startup
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
local function getValue()
|
local function getValue()
|
||||||
return environment.getRadiationLevel().radiation
|
return environment.getRadiation().radiation
|
||||||
end
|
end
|
||||||
|
|
||||||
local function watch()
|
local function watch()
|
||||||
|
|||||||
Reference in New Issue
Block a user