diff options
| author | 2020-05-20 02:09:14 +0100 | |
|---|---|---|
| committer | 2020-05-20 02:09:14 +0100 | |
| commit | b49846ebb97c4e192cafe056554fb3efdd51d4de (patch) | |
| tree | bc98f0bce0047dcbba5c8d4558e32e75bfccede3 /src/modules/m_spanningtree/netburst.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Rip out compatibility code for the 2.0 protocol.
Diffstat (limited to 'src/modules/m_spanningtree/netburst.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/netburst.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree/netburst.cpp b/src/modules/m_spanningtree/netburst.cpp index 8bde08a39..8d78a8170 100644 --- a/src/modules/m_spanningtree/netburst.cpp +++ b/src/modules/m_spanningtree/netburst.cpp @@ -129,8 +129,6 @@ void TreeSocket::DoBurst(TreeServer* s) FOREACH_MOD_CUSTOM(Utils->Creator->GetSyncEventProvider(), ServerProtocol::SyncEventListener, OnSyncNetwork, (bs.server)); this->WriteLine(CmdBuilder("ENDBURST")); ServerInstance->SNO.WriteToSnoMask('l',"Finished bursting to \002"+ s->GetName()+"\002."); - - this->burstsent = true; } void TreeSocket::SendServerInfo(TreeServer* from) |
