mirror of
https://github.com/anope/anope.git
synced 2026-06-12 15:44:46 +02:00
Fix an inverted default for should_commit.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user