geforkt von SteamWar/BungeeCore
Fix database insertion
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
d22abd0707
Commit
0964ca78ab
@ -85,7 +85,7 @@ public class UserElo {
|
||||
}
|
||||
return max;
|
||||
});
|
||||
setElo.update(elo, Season.getSeason(), userId, gameMode);
|
||||
setElo.update(Season.getSeason(), gameMode, userId, elo);
|
||||
}
|
||||
|
||||
public static int getPlacement(int elo, String gameMode) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren