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

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2024-11-11 15:45:05 +00:00
+1 -1
View File
@@ -194,7 +194,7 @@ public:
void ExtensibleSerialize(const Extensible *e, const Serializable *s, Serialize::Data &data) const override
{
data.Store(this->name, true);
data.Store(this->name, this->HasExt(e));
}
void ExtensibleUnserialize(Extensible *e, Serializable *s, Serialize::Data &data) override