1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 20:26:39 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2024-04-29 08:36:23 +01:00
+2
View File
@@ -311,6 +311,8 @@ public:
for (auto *base : items)
{
Serialize::Type *s_type = base->GetSerializableType();
if (!s_type)
continue;
data.fs = databases[s_type->GetOwner()];
if (!data.fs || !data.fs->is_open())