fix: error fix

This commit is contained in:
Qwreey 2023-01-05 00:06:49 +09:00
parent aabdb85ee7
commit 9c92cfb848

View file

@ -18,7 +18,7 @@ function module.init(shared)
["CreatedSync::"] = function (this,func) ["CreatedSync::"] = function (this,func)
func(this); func(this);
end; end;
["Created::"] = function (this,func) ["CreatedAsync::"] = function (this,func)
wrap(func)(this); wrap(func)(this);
end; end;
}; };