1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 15:13:14 +02:00

Fix importing some older databases.

This commit is contained in:
Sadie Powell
2025-07-27 15:42:32 +01:00
parent 6d754b7d73
commit d5f2232140
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ Serializable *NickCore::Type::Unserialize(Serializable *obj, Serialize::Data &da
// End 2.0 compatibility.
// Begin 2.1 compatibility.
if (!nc->registered)
if (nc->registered == Anope::CurTime)
data["time_registered"] >> nc->registered;
// End 2.1 compatibility.