tristanfix

This commit is contained in:
Guillem George 2026-02-07 20:39:47 +01:00
parent 66fd1ce173
commit 4bf4cf89e2

View file

@ -98,7 +98,7 @@ public class Program {
// }
// timoutheou
for (int i = 0; i < 3; i++) {
for (int i = 0; i < 12; i++) {
for (var player : statistics.players) {
if (player.name == login || !player.name.contains("brainkel")) {
i--;