mirror of
https://github.com/anope/anope.git
synced 2026-06-25 05:56:38 +02:00
Fix missing CheckInit check in db_sql_live
This commit is contained in:
@@ -239,7 +239,7 @@ class DBMySQL : public Module, public Pipe
|
||||
|
||||
void OnSerializableUpdate(Serializable *obj) anope_override
|
||||
{
|
||||
if (obj->IsTSCached())
|
||||
if (!this->CheckInit() || obj->IsTSCached())
|
||||
return;
|
||||
obj->UpdateTS();
|
||||
this->updated_items.insert(obj);
|
||||
|
||||
Reference in New Issue
Block a user