From 9c92cfb8481580a3e8f8c0641d849f2df7bade52 Mon Sep 17 00:00:00 2001 From: Qwreey Date: Thu, 5 Jan 2023 00:06:49 +0900 Subject: [PATCH] fix: error fix --- src/event.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };