Fix bug with mfs.load
This commit is contained in:
parent
aa2e69d46f
commit
441e2a3fdb
@ -38,7 +38,7 @@ function mfs.save(x,t)
|
||||
end
|
||||
|
||||
function mfs.load(x)
|
||||
return textutils.unserialize(mfs.read(cd.."/"..x) or "{}")
|
||||
return textutils.unserialize(mfs.read(x) or "{}")
|
||||
end
|
||||
|
||||
function mfs.rm(x)
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
["version"] = "0.1.4",
|
||||
["version"] = "0.1.4-1",
|
||||
["dependencies"] = {
|
||||
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user