mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 21:17:34 +00:00
variable renamed
This commit is contained in:
parent
01bb974d60
commit
9ffd748c99
|
@ -39,7 +39,7 @@ local possibleConfig = {
|
|||
["onEditDelay"] = 0.5,
|
||||
["category"] = "Authentication"
|
||||
},
|
||||
["logs"] = {
|
||||
["sendLog"] = {
|
||||
["label"] = "Logs",
|
||||
["description"] = "Activate or deactivate logs.",
|
||||
["type"] = "checkbox",
|
||||
|
|
|
@ -52,7 +52,7 @@ local function logFormatPlayer(ply, data)
|
|||
end
|
||||
|
||||
local function logDisable()
|
||||
return gmInte.config.disableLog
|
||||
return !gmInte.config.sendLog
|
||||
end
|
||||
|
||||
//
|
||||
|
|
|
@ -95,4 +95,4 @@ gmInte.config.filterOnBan = true // If true, the addon will filter the players a
|
|||
//
|
||||
|
||||
// Will disable the features of the addon
|
||||
gmInte.config.disableLog = false // Disable the logs
|
||||
gmInte.config.sendLog = false // Disable the logs
|
Loading…
Reference in New Issue
Block a user