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