bugfixed
This commit is contained in:
parent
d4f637eab7
commit
3afa598bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ function module.init(shared)
|
|||
child = {};
|
||||
rawset(to,"__child",child);
|
||||
end
|
||||
insert(child,this):
|
||||
insert(child,this);
|
||||
end
|
||||
return setmetatable({to = to,this = this},mount);
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue