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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user