Compare commits
No commits in common. "68422b9343c3cdfbf0a56c75a40e98100eef3f65" and "9b48f2adcb3e1aa6aea1e10cbbf439495774a1f1" have entirely different histories.
68422b9343
...
9b48f2adcb
|
@ -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 :3
|
--- Read current configs, create if doesnt exist
|
||||||
---@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