From c524df979b6805d32c2a876759d67c42dacca1f5 Mon Sep 17 00:00:00 2001 From: Lewin Kelly Date: Mon, 24 Apr 2023 05:57:33 +0100 Subject: [PATCH] Add print statement to empty corescript --- processed/59002209.lua | 1 + yue/59002209.yue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/processed/59002209.lua b/processed/59002209.lua index e69de29..a1a2186 100644 --- a/processed/59002209.lua +++ b/processed/59002209.lua @@ -0,0 +1 @@ +return print("[Mercury]: Loaded corescript 59002209") diff --git a/yue/59002209.yue b/yue/59002209.yue index e69de29..d6be538 100644 --- a/yue/59002209.yue +++ b/yue/59002209.yue @@ -0,0 +1,2 @@ +import "macros" as { $ } +$load $FILE