forked from izaya/LuPPC
Fixed fs.getLabel
This commit is contained in:
parent
7368bd6168
commit
bdf4bf7a67
@ -130,7 +130,7 @@ function filesystem.register(basePath, uuid)
|
|||||||
return native.fs_lastModified(realpath(path))
|
return native.fs_lastModified(realpath(path))
|
||||||
end
|
end
|
||||||
function fs.getLabel()
|
function fs.getLabel()
|
||||||
return path --TODO: Implement, use real labels
|
return basePath --TODO: Implement, use real labels
|
||||||
end
|
end
|
||||||
function fs.remove(path) --TODO: TEST!!
|
function fs.remove(path) --TODO: TEST!!
|
||||||
checkArg(1, path, "string")
|
checkArg(1, path, "string")
|
||||||
|
Loading…
Reference in New Issue
Block a user