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