--- a/sources/interface.h Wed Jan 27 12:38:00 2021 +0200 +++ b/sources/interface.h Wed Jan 27 13:02:51 2021 +0200 @@ -85,7 +85,7 @@ std::function<void(bool)> m_disconnectCallback; IPAddress m_remoteAddress; String m_statusBarText; - List<ColoredLine> m_playerNames; + std::vector<ColoredLine> m_playerNames; String m_pasteBuffer; RCONSession m_session;