From 75da3a398db724778fd11f5a95de1765730d8a2d Mon Sep 17 00:00:00 2001 From: Evil Factory <36804725+evilfactory@users.noreply.github.com> Date: Sun, 4 Jan 2026 12:20:27 -0300 Subject: [PATCH] This should be full path --- .../SharedSource/LuaCs/Services/LuaScriptManagementService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Services/LuaScriptManagementService.cs b/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Services/LuaScriptManagementService.cs index 3dcbe9f94..5d8d020e7 100644 --- a/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Services/LuaScriptManagementService.cs +++ b/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Services/LuaScriptManagementService.cs @@ -135,7 +135,7 @@ class LuaScriptManagementService : ILuaScriptManagementService, ILuaDataService { try { - _script?.Call(_script.LoadFile(filePath.Value)); + _script?.Call(_script.LoadFile(filePath.FullPath)); } catch(Exception e) {