Fix bug with mfs.load
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user