Whoops, forgot to rename it

This commit is contained in:
Zeffuro
2025-12-20 10:27:20 +01:00
parent d18f4483bb
commit ce27ade807
+1 -1
View File
@@ -12,7 +12,7 @@ namespace AetherBags.Helpers;
// Thanks Caraxi
public static class BackupHelper {
private const int MaxBackups = 10;
private const string Name = "StatusTimers";
private const string Name = "AetherBags";
public static void DoConfigBackup(IDalamudPluginInterface pluginInterface) {
Services.Logger.Debug("Backup configuration start.");
try {