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

Fix synchronising channels on link.

The uplink may not be fully connected yet in the place that this was
previously called.
This commit is contained in:
Sadie Powell
2025-11-12 21:57:56 +00:00
parent 0fffae7bb5
commit 5e55a223c9
2 changed files with 6 additions and 3 deletions
-3
View File
@@ -594,9 +594,6 @@ bool Anope::Init(int ac, char **av)
FOREACH_MOD(OnPostInit, ());
for (const auto &[_, ci] : ChannelList)
ci->Sync();
Serialize::CheckTypes();
return true;
}