mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-08-20 21:38:29 -04:00
Changed lib layout once more
This commit is contained in:
parent
6caf99afb4
commit
b1e30e83b1
11 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
local PATH = (...):gsub('%.[^%.]+$', '')
|
local PATH = (...):gsub('%.[^%.]+$', '')
|
||||||
|
|
||||||
local Concord = require("concord").init({
|
local Concord = require("lib").init({
|
||||||
useEvents = true
|
useEvents = true
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
local Concord = require("init").init({
|
local Concord = require("lib").init({
|
||||||
useEvents = true
|
useEvents = true
|
||||||
})
|
})
|
||||||
local Entity = Concord.entity
|
local Entity = Concord.entity
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue