1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 22:36:39 +02:00

Fix not storing the start time after calling UpdateTime.

This commit is contained in:
Sadie Powell
2024-03-18 11:45:33 +00:00
parent cb3848b7db
commit 9ac4da0489
+2
View File
@@ -291,6 +291,8 @@ bool Anope::Init(int ac, char **av)
#endif
Anope::UpdateTime();
Anope::StartTime = Anope::CurTime;
Serialize::RegisterTypes();
/* Parse command line arguments */