From 3acba35fe9768559773ae71101b662eca89a9303 Mon Sep 17 00:00:00 2001 From: cpunch Date: Tue, 20 May 2025 02:36:09 -0500 Subject: [PATCH] no loop --- content/docs/macros/MV_OMIT_FUNCTION.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/docs/macros/MV_OMIT_FUNCTION.md b/content/docs/macros/MV_OMIT_FUNCTION.md index 899cfb8..71e5a98 100644 --- a/content/docs/macros/MV_OMIT_FUNCTION.md +++ b/content/docs/macros/MV_OMIT_FUNCTION.md @@ -22,8 +22,6 @@ end) donMangleMe() -for i = 1, 10 do - local a = MV_OMIT("plaintext string") - print(a .. "im obfuscated") -end +local a = MV_OMIT("plaintext string") +print(a .. "im obfuscated") ``` \ No newline at end of file