Fix import
This commit is contained in:
parent
8e6e307e6b
commit
5cc7e1e28e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
local qol = assert(SMODS.load_file "lib/shared.lua")() or require "lib.shared"
|
||||
local qol = assert(SMODS.load_file "src/lib/shared.lua")() or require "lib.shared"
|
||||
|
||||
qol[1] {"challenge", "spectral", "tweaks", "blind", "charm", "joker", "back", "seal"}:each(function(v)
|
||||
assert(SMODS.load_file("src/" .. v .. ".lua"))(qol)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue