Fixed entities not being added to pools in some scenarios

This commit is contained in:
Justin van der Leij 2018-04-20 10:52:40 +02:00
parent af16e5a2d9
commit 6caf99afb4
3 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,4 @@
local Concord = require("concord").init({
local Concord = require("init").init({
useEvents = true
})
local Entity = Concord.entity