diff --git a/core/AdminCache.cpp b/core/AdminCache.cpp index aa1ec086..fc50d4f8 100644 --- a/core/AdminCache.cpp +++ b/core/AdminCache.cpp @@ -830,8 +830,8 @@ void AdminCache::DumpAdminCache(AdminCachePart part, bool rebuild) } m_pCacheFwd->PushCell(AdminCache_Admins); m_pCacheFwd->Execute(&result); + g_Players.RecheckAnyAdmins(); } - g_Players.RecheckAnyAdmins(); } }