From c0b0b02ff5016aeb079ab92af97cbd518ec52203 Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Sun, 14 Jun 2026 10:53:35 -0500 Subject: [PATCH] Small thing --- modules/rpgmakermvmz.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rpgmakermvmz.py b/modules/rpgmakermvmz.py index be84dfa..0848a43 100644 --- a/modules/rpgmakermvmz.py +++ b/modules/rpgmakermvmz.py @@ -2385,6 +2385,7 @@ def searchCodes(page, pbar, jobList, filename): # 3. Make copies for each additional line and insert them for idx, line in enumerate(lines[1:]): new_item = copy.deepcopy(codeList[j]) + new_item.pop("_original", None) new_item["parameters"] = [line] codeList.insert(j + idx + 1, new_item)