Added constructors to tangible.build, more work on keyword argument parsing, added LS.tailcall.
This commit is contained in:
@@ -331,7 +331,7 @@ int64_t World::create_login_actor() {
|
||||
tan->print_buffer_.clear();
|
||||
|
||||
if (is_authoritative()) {
|
||||
LS.rawget(func, classtab, "initialize");
|
||||
LS.rawget(func, classtab, "init");
|
||||
spawn(LS, id, id, func, true, 0, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user