Fix Lua code generation by using the correct data for comment generation

This commit is contained in:
Thorsten Sommer 2025-04-26 19:53:54 +02:00
parent d272d619cb
commit 14545ed8ba
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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($"""