Fix another thing
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2023-05-13 16:00:54 +02:00
Ursprung 5ca6d9f4a4
Commit a2bb52ab26

Datei anzeigen

@ -79,8 +79,8 @@ public class UserElo {
int oldPlacement = getPlacement(getElo(userId, gameMode).orElse(0), gameMode);
int newPlacement = getPlacement(elo, gameMode);
gameModeUserEloCache.getOrDefault(gameMode, Collections.emptyMap()).remove(userId);
if (oldPlacement <= 3 || newPlacement <= 3) {
gameModeUserEloCache.getOrDefault(gameMode, Collections.emptyMap()).remove(userId);
emblemCache.clear();
}