This should be full path

This commit is contained in:
Evil Factory
2026-01-04 12:20:27 -03:00
committed by Maplewheels
parent 1dad2babb7
commit 75da3a398d
@@ -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)
{ {