This should be full path
This commit is contained in:
committed by
Maplewheels
parent
1dad2babb7
commit
75da3a398d
@@ -135,7 +135,7 @@ class LuaScriptManagementService : ILuaScriptManagementService, ILuaDataService
|
||||
{
|
||||
try
|
||||
{
|
||||
_script?.Call(_script.LoadFile(filePath.Value));
|
||||
_script?.Call(_script.LoadFile(filePath.FullPath));
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user