1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 06:23:14 +02:00

Save the databases directly after importing.

This commit is contained in:
Sadie Powell
2024-06-19 19:30:24 +01:00
parent 2667d9e90c
commit 4eec5c5435
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1427,6 +1427,7 @@ public:
ml->SetMLock(mh, mlock.set, mlock.value, "Unknown");
}
}
Anope::SaveDatabases();
}
};