me up
This commit is contained in:
parent
ad5ab2a64e
commit
8a7da2b6b6
1 changed files with 4 additions and 0 deletions
4
me.lua
4
me.lua
|
@ -3,6 +3,10 @@ local me = {}
|
|||
me.name = "bzchlorine"
|
||||
me.list = {}
|
||||
|
||||
function me.salt()
|
||||
return me.get_setting("bzchlorine-salt")
|
||||
end
|
||||
|
||||
function me.get_setting(name)
|
||||
if settings.startup[name] == nil then
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue