Seems that every version I've found on here that is recent gives errors for the following block of code. If someone can release that works that would be great. Or, if someone could help me fix the lua error?
for k,v in pairs(gProtect.config.modules) do for i, z in pairs(v) do if gProtect.data[k][i] == nil then gProtect.data[k][i] = istable(z) and {} or z modifiedModules[k] = true end end end