mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
- Cleaned up completed todos
- Config Data won't be copied every time it's accessed now, but YamlDotNet doesnt' support records, so data is dangerously mutable, needs solution
This commit is contained in:
@@ -28,7 +28,9 @@ namespace NadekoBot.Services
|
||||
private readonly TypedKey<TSettings> _changeKey;
|
||||
|
||||
protected TSettings _data;
|
||||
public TSettings Data => CreateCopy();
|
||||
|
||||
// todo this has to be protected from mutation
|
||||
public TSettings Data => _data;
|
||||
|
||||
public abstract string Name { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user