Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c.

This commit is contained in:
attilamolnar 2012-04-18 16:40:59 +02:00 committed by Robin Burchell
parent b85d71a7d4
commit 67063b29e8

View File

@ -755,7 +755,7 @@ void ModuleSpanningTree::OnAddLine(User* user, XLine *x)
void ModuleSpanningTree::OnDelLine(User* user, XLine *x)
{
if (x->type == "K")
if (!x->IsBurstable() || loopCall)
return;
char data[MAXBUF];