Commit 7434aac0 authored by nanahira's avatar nanahira

metacount merged to official

parent c2f3cf17
...@@ -336,7 +336,6 @@ static const struct luaL_Reg grouplib[] = { ...@@ -336,7 +336,6 @@ static const struct luaL_Reg grouplib[] = {
//metatable //metatable
{ "__add", scriptlib::group_meta_add }, { "__add", scriptlib::group_meta_add },
{ "__sub", scriptlib::group_meta_sub }, { "__sub", scriptlib::group_meta_sub },
{ "__len", scriptlib::group_get_count },
{ "CreateGroup", scriptlib::group_new }, { "CreateGroup", scriptlib::group_new },
{ "KeepAlive", scriptlib::group_keep_alive }, { "KeepAlive", scriptlib::group_keep_alive },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment