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