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