aboutsummaryrefslogtreecommitdiffstats
path: root/alv/copilot
diff options
context:
space:
mode:
Diffstat (limited to 'alv/copilot')
-rw-r--r--alv/copilot/love/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/alv/copilot/love/main.lua b/alv/copilot/love/main.lua
index 7b95a26..354732d 100644
--- a/alv/copilot/love/main.lua
+++ b/alv/copilot/love/main.lua
@@ -1,3 +1,4 @@
+package.path = "./?/init.lua;" .. package.path
require('moonscript')
local Copilot = require('alv.copilot.love').LoveCopilot
Copilot(arg):run()