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