change mod / admin flag

This commit is contained in:
HF 2022-08-14 01:53:12 +02:00
parent 9788704a06
commit 4e41679c88
2 changed files with 1 additions and 1 deletions

BIN
public/cf/zz.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

View File

@ -418,7 +418,7 @@ export class ChatProvider {
const country = user.regUser.flag || 'xx';
let displayCountry = country;
if (user.userlvl !== 0) {
displayCountry = 'fa';
displayCountry = 'zz';
} else if (name.endsWith('berg') || name.endsWith('stein')) {
displayCountry = 'il';
} else if (user.id === 2927) {