Merge branch 'main' into suspend-players

This commit is contained in:
MihailRis
2025-01-17 03:59:02 +03:00
4 changed files with 135 additions and 15 deletions
+3 -3
View File
@@ -198,8 +198,8 @@ static int l_tpack(lua::State* L) {
}
const luaL_Reg byteutillib[] = {
{"pack", l_pack},
{"tpack", l_tpack},
{"unpack", l_unpack},
{"pack", lua::wrap<l_pack>},
{"tpack", lua::wrap<l_tpack>},
{"unpack", lua::wrap<l_unpack>},
{NULL, NULL}
};