From 90bd450193b1238cb73bf01518043bedc4b9ac0e Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 26 Apr 2025 19:55:01 +0200 Subject: [PATCH] Fixed Lua code generation by using the correct data for comments (#428) --- app/SharedTools/LuaTable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/SharedTools/LuaTable.cs b/app/SharedTools/LuaTable.cs index 16d092b4..e03eea55 100644 --- a/app/SharedTools/LuaTable.cs +++ b/app/SharedTools/LuaTable.cs @@ -28,7 +28,7 @@ public static class LuaTable // Add a comment with the original text content: sb.AppendLine(); - sb.AppendLine($"-- {commentContent}"); + sb.AppendLine($"-- {commentValue}"); // Add the assignment to the UI_TEXT_CONTENT table: sb.AppendLine($"""