diff --git a/core/MenuStyle_Base.cpp b/core/MenuStyle_Base.cpp index fde1a1fe..bd01313c 100644 --- a/core/MenuStyle_Base.cpp +++ b/core/MenuStyle_Base.cpp @@ -188,7 +188,7 @@ void BaseMenuStyle::ProcessWatchList() player = GetMenuPlayer(client); if (!player->bInMenu || !player->menuHoldTime) { - m_WatchList.remove(i); + m_WatchList.remove(client); continue; } if (curTime > player->menuStartTime + player->menuHoldTime)