Small bugfixes
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
-- @module consent
|
||||
|
||||
local consent = {
|
||||
name = "Consent process",
|
||||
slug = "consent",
|
||||
desc = "A utility module other modules use for consent decisions",
|
||||
hide = true
|
||||
name = "Consent process",
|
||||
slug = "consent",
|
||||
desc = "A utility module other modules use for consent decisions",
|
||||
hide = true
|
||||
}
|
||||
|
||||
consent.data = {
|
||||
@ -14,7 +14,7 @@ consent.data = {
|
||||
|
||||
consent.config = {
|
||||
prompt = "Do you consent?",
|
||||
votes_required = false
|
||||
votes_required = false
|
||||
}
|
||||
|
||||
--- Initiate consent
|
||||
|
Reference in New Issue
Block a user