fix logic for easteregg ranks now that !ranks & !chatranks are merged

This commit is contained in:
rtldg 2021-12-01 22:22:25 +00:00
parent 2015027ed6
commit 29d50b69c1

View File

@ -919,7 +919,7 @@ Action ShowChatRanksMenu(int client, int item)
bFlagAccess = CheckCommandAccess(client, cache.sAdminFlag, 0, true);
}
if (cache.bEasterEgg || !bFlagAccess)
if (cache.bEasterEgg && !bFlagAccess)
{
continue;
}