iteration

This commit is contained in:
Layla 2023-10-08 05:02:19 -04:00
parent 75a45e18e3
commit 9ce61897d4

View File

@ -78,7 +78,7 @@ while true do
}
-- if only user in database, add to admin group
if table.getn(data.users) == 1 then
if table.getn(data.users) == 2 then
log("Adding " .. request.username .. " to admin group")
data.users[request.username].groups = {}
data.users[request.username].groups["admin"] = true