mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-27 15:39:47 +00:00
Fix Lua code generation by using the correct data for comment generation
This commit is contained in:
parent
d272d619cb
commit
14545ed8ba
@ -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($"""
|
||||
|
Loading…
Reference in New Issue
Block a user