diff --git a/src/modules/network.cpp b/src/modules/network.cpp index 23e98d69..3c8774fe 100644 --- a/src/modules/network.cpp +++ b/src/modules/network.cpp @@ -136,6 +136,9 @@ namespace modules { if (m_label[connection_state::PACKETLOSS]) { replace_tokens(m_label[connection_state::PACKETLOSS]); } + if (m_label[connection_state::DISCONNECTED]) { + replace_tokens(m_label[connection_state::DISCONNECTED]); + } return true; }