From 51d375fd2e7d15f0a670531f7341b599dc0a24a3 Mon Sep 17 00:00:00 2001 From: akabomb-prog <69766525+b0mbie@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:26:56 +0200 Subject: [PATCH] Use `dofile` to represent include functions --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 7535715..40a230d 100644 --- a/config.json +++ b/config.json @@ -9,8 +9,8 @@ "settings": { "Lua.runtime.version": "Lua 5.1", "Lua.runtime.special": { - "include": "require", - "IncludeCS": "require" + "include": "dofile", + "IncludeCS": "dofile" }, "Lua.runtime.nonstandardSymbol": [ "!",