Fixed bug where items are destroyed during configuration update
This commit is contained in:
@@ -12,5 +12,5 @@ public class PrimaryCommandConfiguration
|
||||
|
||||
public required string Text { get; set; }
|
||||
|
||||
public List<PrimaryCommandConfiguration>? Commands { get; set; } = [];
|
||||
public List<PrimaryCommandConfiguration> Commands { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user