Compare commits
2 Commits
9b48f2adcb
...
68422b9343
Author | SHA1 | Date | |
---|---|---|---|
|
68422b9343 | ||
|
dcc0a3e687 |
|
@ -13,7 +13,7 @@ local DEFAULT_CONFIG = "return {\n" ..
|
||||||
--- @class Config
|
--- @class Config
|
||||||
--- @field group string
|
--- @field group string
|
||||||
|
|
||||||
--- Read current configs, create if doesnt exist
|
--- Read current configs, create if doesnt exist :3
|
||||||
---@return Config
|
---@return Config
|
||||||
function config.ReadConfig()
|
function config.ReadConfig()
|
||||||
if not fs.exists(config.config_path) then
|
if not fs.exists(config.config_path) then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user