mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-09 04:32:38 +01:00
Update ECSAPI.lua
This commit is contained in:
parent
81ae1cdb98
commit
b086d9130c
@ -81,7 +81,7 @@ function ECSAPI.getHDDs()
|
||||
["spaceUsed"] = math.ceil(proxy.spaceUsed() / 1024),
|
||||
["label"] = proxy.getLabel(),
|
||||
["address"] = proxy.address,
|
||||
["isReadOnly"] = proxy.isReadOnly,
|
||||
["isReadOnly"] = proxy.isReadOnly(),
|
||||
})
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user