I am using HoloGraphic Pizza's AutoPromote but having a problem.
local promoteGroups = {
-- Groups must be listed in decending order.
-- ["hours"] = "group",
["100"] = "platinum",
["50"] = "gold",
["20"] = "silver",
["5"] = "bronze",
["2"] = "member"
}
local excludeGroups = {
"dj",
"donator",
"mod",
"admin",
"superadmin"
}
It will promote up until bronze, but it fails to promote to silver (yes, past 20h). If I manually promote to silver it will demote to bronze. Yay.
Anyone know why? I'm certain my syntax is correct.