save before commit
This commit is contained in:
@@ -79,7 +79,7 @@ local function ResolvePath( path, level )
|
|||||||
return path
|
return path
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Load an actor .Lua template. path may be a relative path.
|
-- Load an actor template.
|
||||||
function LoadActor( path )
|
function LoadActor( path )
|
||||||
local ResolvedPath = ResolvePath( path, 2 );
|
local ResolvedPath = ResolvePath( path, 2 );
|
||||||
if not ResolvedPath then
|
if not ResolvedPath then
|
||||||
|
|||||||
Reference in New Issue
Block a user