diff --git a/src/event.lua b/src/event.lua index d074f90..49bfac7 100644 --- a/src/event.lua +++ b/src/event.lua @@ -18,7 +18,7 @@ function module.init(shared) ["CreatedSync::"] = function (this,func) func(this); end; - ["Created::"] = function (this,func) + ["CreatedAsync::"] = function (this,func) wrap(func)(this); end; };