Skip to content

Commit

Permalink
fix: afk (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonybynMp4 authored Feb 15, 2024
1 parent faff993 commit 3bc9168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ return {

-- The groups to ignore when checking for AFK activity
ignoreGroupsForAFK = {
'group.mod',
'group.admin',
['mod'] = true,
['admin'] = true,
},

blacklisted = {
Expand Down Expand Up @@ -67,4 +67,4 @@ return {
`s_m_y_hwaycop_01`,
},
}
}
}

0 comments on commit 3bc9168

Please sign in to comment.