mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Also allow Addon Options Load... when client+admin
This commit is contained in:
parent
f04ac2efcf
commit
4eaf58cec4
1 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,7 @@ void M_OpenPauseMenu(void)
|
|||
if (M_SecretUnlocked(SECRET_ADDONS, true))
|
||||
{
|
||||
PAUSE_Main[mpause_addons].status = IT_STRING | IT_ARROWS;
|
||||
if (client)
|
||||
if (client && !IsPlayerAdmin(consoleplayer))
|
||||
menuaddonoptions = 0;
|
||||
}
|
||||
|
||||
|
|
@ -336,7 +336,7 @@ void M_HandlePauseMenuAddons(INT32 choice)
|
|||
|
||||
menuaddonoptions = menuaddonoptions ? 0 : 1;
|
||||
|
||||
if (client)
|
||||
if (client && !IsPlayerAdmin(consoleplayer))
|
||||
menuaddonoptions = 0;
|
||||
|
||||
S_StartSound(NULL, sfx_s3k5b);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue