make apple points optional
a next step would be to move this to a plugin
This commit is contained in:
parent
f71b78665e
commit
3f032e5dd9
6 changed files with 11 additions and 5 deletions
|
|
@ -52,7 +52,8 @@ class FoodsoftConfig
|
|||
# configuration files that haven't been updated, still work as they did.
|
||||
def set_missing
|
||||
config.replace({
|
||||
use_nick: true
|
||||
use_nick: true,
|
||||
use_apple_points: true
|
||||
}.merge(config))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue