From 733c2baa4201397e244994b1588cd350b0c19eaa Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Sat, 4 Feb 2023 01:30:40 +0100 Subject: [PATCH] WHAT THE FUCK IS THIS PIECE OF SHIT LINTER --- docs/wip-plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/wip-plugins.md b/docs/wip-plugins.md index 0d10c005c..e5bb52ef2 100644 --- a/docs/wip-plugins.md +++ b/docs/wip-plugins.md @@ -131,6 +131,7 @@ This function mimics Lua's `dofile` however relative paths are relative to your You are restricted to loading files in your plugin's directory. You cannot load files with bytecode inside. Example: + ``` execfile("stuff.lua") -- executes Plugins/name/stuff.lua execfile("./stuff.lua") -- executes Plugins/name/stuff.lua