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) | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| { | ||||
|     ["version"] = "0.1.4", | ||||
|     ["version"] = "0.1.4-1", | ||||
|     ["dependencies"] = { | ||||
|          | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user