From 2a5c91822145819b55aa8e79992a71439c9ad784 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Wed, 11 Sep 2024 20:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=B2=A1=E6=9C=89fmod=E5=A4=96?= =?UTF-8?q?=E9=83=A8=E5=BA=93=E7=9A=84=E6=97=B6=E5=80=99=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=20=E6=A1=86=E6=9E=B6=E8=B7=9F=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zenitha | 2 +- assets/fmod20221/init.lua | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Zenitha b/Zenitha index eb4b7076..9ddc93b2 160000 --- a/Zenitha +++ b/Zenitha @@ -1 +1 @@ -Subproject commit eb4b70766ea7db5231ee3bd56bc27f521c83bf44 +Subproject commit 9ddc93b2dab2f8112b32923dff1daf03d0ddef01 diff --git a/assets/fmod20221/init.lua b/assets/fmod20221/init.lua index dd4de697..ed37756a 100644 --- a/assets/fmod20221/init.lua +++ b/assets/fmod20221/init.lua @@ -32,10 +32,12 @@ do -- Load library end end -require'enums' -require'constants' -require'wrap' -require'errors' +if M.C and M.C2 then + require'enums' + require'constants' + require'wrap' + require'errors' +end --------------------------------------------------------------