KuzQuality scripts not working
Replace the first line in @kq_link/resource/callbacks/client.lua
-- replace this:
local pending = setmetatable({}, {__mode="v"})
-- by:
local pending = {}
Last updated
Replace the first line in @kq_link/resource/callbacks/client.lua
-- replace this:
local pending = setmetatable({}, {__mode="v"})
-- by:
local pending = {}
Last updated