From ae1d0b65f16b24f2e0db39cb8baef4af57b2a12f Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 17 Mar 2024 10:38:30 +0200 Subject: Round and pubsub lib. --- examples/resources/lib/utillib.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/resources/lib/utillib.lua') diff --git a/examples/resources/lib/utillib.lua b/examples/resources/lib/utillib.lua index 0b54e12..73bb11c 100644 --- a/examples/resources/lib/utillib.lua +++ b/examples/resources/lib/utillib.lua @@ -1,5 +1,10 @@ -- Define useful global functions. +-- For luaJit compatibility. +if table.unpack == nil then + table.unpack = unpack +end + local utillib = {} function utillib.tableClone( org ) -- cgit v1.2.3