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

Rename an event for consistency.

This commit is contained in:
Sadie Powell
2025-11-21 00:52:33 +00:00
parent 88658a12f3
commit 6ce719437f
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -104,7 +104,7 @@ void Serializable::QueueUpdate()
FOREACH_MOD(OnSerializableUpdate, (this));
/* Check for modifications now - this can delete this object! */
FOREACH_MOD(OnSerializeCheck, (this->GetSerializableType()));
FOREACH_MOD(OnSerializeTypeCheck, (this->GetSerializableType()));
}
bool Serializable::IsCached(Serialize::Data &data)
@@ -182,7 +182,7 @@ void Type::Create()
void Type::Check()
{
FOREACH_MOD(OnSerializeCheck, (this));
FOREACH_MOD(OnSerializeTypeCheck, (this));
}
void Type::UpdateTimestamp()