From 9ac4da0489ee70b2d18daca8c359b468ad28ed49 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 18 Mar 2024 11:45:33 +0000 Subject: [PATCH] Fix not storing the start time after calling UpdateTime. --- src/init.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 */