From 6dcea5355109fb0c3d4ff449c82e8d8e8a3fdfc1 Mon Sep 17 00:00:00 2001 From: cpunch Date: Fri, 15 Aug 2025 13:24:50 -0500 Subject: [PATCH] change alert type to info --- content/docs/compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/compatibility.md b/content/docs/compatibility.md index 36fa925..bbae61d 100644 --- a/content/docs/compatibility.md +++ b/content/docs/compatibility.md @@ -27,7 +27,7 @@ Many of Luraph's macros do features or optimizations that are already built into | `LPH_OBFUSCATED` | `MV_OBFUSCATED` | {{% /table %}} -{{% alert context="warning" text="`MV_NO_OP` isn't user accessible, and is only used to provide source compatibility." /%}} +{{% alert context="info" text="`MV_NO_OP` isn't user accessible, and is only used to provide source compatibility." /%}} A minor difference between Luraph and MoonVeil is that MoonVeil does not automatically virtualize your script (outside of the [Virtualize Script](/docs/options/virtualization/) option). Instead, you can selectively virtualize blocks using the [MV_VM](/docs/macros/mv_vm) or [MV_ENC_FUNC](/docs/macros/mv_enc_func) macros. This gives you much granular control over the obfuscation process, enabling you to have much better performance.