fix: devWeb - switch minimum value for timer to 5

This commit is contained in:
kmitresse
2024-05-01 17:33:19 +02:00
parent ddce937173
commit 88ab87be8e
@@ -73,7 +73,7 @@ public class Game implements Serializable {
private int timer; private int timer;
@Transient @Transient
public static final int TIMER_MIN = 10; public static final int TIMER_MIN = 5;
@Transient @Transient
public static final int TIMER_MAX = 60; public static final int TIMER_MAX = 60;