mirror of
https://github.com/anope/anope.git
synced 2026-07-02 21:23:12 +02:00
Cleanup in main.cpp.
This commit is contained in:
@@ -23,7 +23,7 @@ class CommandOSUpdate : public Command
|
||||
CommandReturn Execute(User *u, const std::vector<Anope::string> ¶ms)
|
||||
{
|
||||
notice_lang(Config.s_OperServ, u, OPER_UPDATING);
|
||||
save_data = 1;
|
||||
save_data = true;
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user