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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user