fixed an error in the fs lib
This commit is contained in:
parent
a77d0c6356
commit
7968f2a4f5
@ -2,5 +2,5 @@ fT = {}
|
||||
function fres(p)
|
||||
local F = (p:match("(%a-):") or p:match("/?(%a-)/"))
|
||||
local P = (p:match("%a-:(.+)") or p:match("/?%a-/(.+)"))
|
||||
if fT[F] ~= nil then return fT[fid],P else return false end
|
||||
if fT[F] ~= nil then return fT[F],P else return false end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user