mirror of
https://github.com/anope/anope.git
synced 2026-06-28 12:36:39 +02:00
Fix db_flatfile not clearing databases on save if there are no objects left of that type (it will leave the old database with old objects currently)
This commit is contained in:
@@ -170,3 +170,8 @@ const std::vector<Anope::string> &Type::GetTypeOrder()
|
||||
return TypeOrder;
|
||||
}
|
||||
|
||||
const std::map<Anope::string, Serialize::Type *>& Type::GetTypes()
|
||||
{
|
||||
return Types;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user