mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
fix logic for easteregg ranks now that !ranks & !chatranks are merged
This commit is contained in:
parent
2015027ed6
commit
29d50b69c1
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user