mirror of
https://github.com/anope/anope.git
synced 2026-07-03 02:43:13 +02:00
Fixed some issues with reconnecting if we disconnect from the uplink
This commit is contained in:
@@ -700,7 +700,7 @@ int anope_event_burst(const Anope::string &source, int ac, const char **av)
|
||||
* server finished bursting. -GD
|
||||
*/
|
||||
if (!s)
|
||||
s = Me->GetUplink();
|
||||
s = Me->GetLinks().front();
|
||||
if (s)
|
||||
s->Sync(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user