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