added translations

This commit is contained in:
2026-07-19 01:50:34 +02:00
parent d75332927c
commit ee421245d1
2 changed files with 6 additions and 2 deletions
@@ -48,7 +48,7 @@ public abstract class Obstacle {
private static final List<Obstacle> remaining = new ArrayList<>();
public static Obstacle getRandomObstacle() {
public static synchronized Obstacle getRandomObstacle() {
if(remaining.isEmpty()) {
remaining.addAll(obstacles);
}