mirror of
https://github.com/anope/anope.git
synced 2026-06-25 14:06:37 +02:00
Move serialization from Serializable to a Serialize::Type child.
This commit is contained in:
@@ -313,7 +313,7 @@ public:
|
||||
*data.fs << "OBJECT " << s_type->GetName();
|
||||
if (base->id)
|
||||
*data.fs << "\nID " << base->id;
|
||||
base->Serialize(data);
|
||||
s_type->Serialize(base, data);
|
||||
*data.fs << "\nEND\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user