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