diff --git a/fluid/entity.lua b/fluid/entity.lua index 944dc30..169db4f 100644 --- a/fluid/entity.lua +++ b/fluid/entity.lua @@ -45,6 +45,7 @@ function Entity:apply() for component, _ in pairs(self.removed) do self.components[component] = nil + self.removed[component] = nil end return self