diff options
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 8b9703493..3dcf7460c 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -290,6 +290,7 @@ bool Anope::Init(int ac, char **av) umask(DEFUMASK); #endif + Anope::UpdateTime(); Serialize::RegisterTypes(); /* Parse command line arguments */ |