mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 04:17:34 +00:00
variable renamed
This commit is contained in:
parent
01bb974d60
commit
9ffd748c99
|
@ -39,7 +39,7 @@ local possibleConfig = {
|
||||||
["onEditDelay"] = 0.5,
|
["onEditDelay"] = 0.5,
|
||||||
["category"] = "Authentication"
|
["category"] = "Authentication"
|
||||||
},
|
},
|
||||||
["logs"] = {
|
["sendLog"] = {
|
||||||
["label"] = "Logs",
|
["label"] = "Logs",
|
||||||
["description"] = "Activate or deactivate logs.",
|
["description"] = "Activate or deactivate logs.",
|
||||||
["type"] = "checkbox",
|
["type"] = "checkbox",
|
||||||
|
|
|
@ -52,7 +52,7 @@ local function logFormatPlayer(ply, data)
|
||||||
end
|
end
|
||||||
|
|
||||||
local function logDisable()
|
local function logDisable()
|
||||||
return gmInte.config.disableLog
|
return !gmInte.config.sendLog
|
||||||
end
|
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
|
// 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