This commit is contained in:
Aevann1 2022-04-03 18:08:54 +02:00
parent ea2445baf3
commit f0ef064d08
2 changed files with 4 additions and 1 deletions

View file

@ -567,7 +567,7 @@ if SITE_NAME == 'PCM':
AWARDS2 = deepcopy(AWARDS)
for k, val in AWARDS.items():
if val['description'] == '???': AWARDS2.pop(k)
if val['description'] == '???' and not (k == 'ghost' and SITE_NAME == 'PCM'): AWARDS2.pop(k)
if SITE == 'pcmemes.net' and k in ('ban','pizzashill','marsey','bird','grass','chud'): AWARDS2.pop(k)