summaryrefslogtreecommitdiff
path: root/modules/core/os_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/os_update.cpp')
-rw-r--r--modules/core/os_update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_update.cpp b/modules/core/os_update.cpp
index 0765b6acd..dbe6bef24 100644
--- a/modules/core/os_update.cpp
+++ b/modules/core/os_update.cpp
@@ -23,7 +23,7 @@ class CommandOSUpdate : public Command
CommandReturn Execute(User *u, const std::vector<Anope::string> &params)
{
notice_lang(Config.s_OperServ, u, OPER_UPDATING);
- save_data = 1;
+ save_data = true;
return MOD_CONT;
}