From 152b605c856112b074dc7b41651424c4170fc067 Mon Sep 17 00:00:00 2001 From: ame Date: Sat, 25 May 2024 04:08:59 -0500 Subject: fixed deepcopy --- src/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net.c') diff --git a/src/net.c b/src/net.c index 486f44a..36deb0f 100644 --- a/src/net.c +++ b/src/net.c @@ -754,7 +754,7 @@ void* handle_client(void *_arg){ lua_getglobal(args->L, "_G"); //time_start(copy) - i_dcopy(args->L, L, NULL); + luaI_deepcopy(args->L, L, NULL, 0); //time_end("copy", copy) lua_settop(args->L, old_top); -- cgit v1.2.3