sam moment

This commit is contained in:
sam 2021-05-29 20:22:29 -04:00
parent e6f4d40485
commit af39ca5749
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ function filesystem.register(basePath, identifier)
checkArg(1, value, "number")
return value --TODO: Implement, use real labels
end
return modules.component.api.register(modules.uuidmgr.lookup("filesystem", basePath or identifier), "filesystem", fs)
return modules.component.api.register(modules.uuidmgr.lookup("filesystem", identifier or basePath), "filesystem", fs)
end
return filesystem