mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 02:39:48 -04:00
commit
d0f7fd7e3f
@ -1,6 +1,6 @@
|
|||||||
require("filesystem").mount(
|
require("filesystem").mount(
|
||||||
setmetatable({
|
setmetatable({
|
||||||
isReadOnly = function()return true end
|
isReadOnly = function()return false end
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
__index=function(tbl,key)return require("devfs")[key]end
|
__index=function(tbl,key)return require("devfs")[key]end
|
||||||
|
@ -12,10 +12,6 @@ function proxy.setLabel(value)
|
|||||||
error("drive does not support labeling")
|
error("drive does not support labeling")
|
||||||
end
|
end
|
||||||
|
|
||||||
function proxy.isReadOnly()
|
|
||||||
return false
|
|
||||||
end
|
|
||||||
|
|
||||||
function proxy.spaceTotal()
|
function proxy.spaceTotal()
|
||||||
return 0
|
return 0
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user