diff --git a/include/serialize.h b/include/serialize.h index 8c95be86b..48f70feeb 100644 --- a/include/serialize.h +++ b/include/serialize.h @@ -75,7 +75,7 @@ private: /* The last time this object was committed to the database */ time_t last_commit_time = 0; /** Whether this object should be committed to the database. */ - bool should_commit = false; + bool should_commit = true; protected: Serializable(const Anope::string &serialize_type);