mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-08-20 21:38:29 -04:00
Made the library loading passtrough work properly
This commit is contained in:
parent
7a5050b016
commit
afe6573b18
2 changed files with 3 additions and 2 deletions
4
init.lua
4
init.lua
|
@ -1 +1,3 @@
|
|||
return require("concord")
|
||||
local PATH = (...):gsub('%.init$', '')
|
||||
|
||||
return require(PATH..".concord")
|
Loading…
Add table
Add a link
Reference in a new issue