tor counter
This commit is contained in:
parent
8fb4e83115
commit
fb2b89d7c9
|
|
@ -21,13 +21,14 @@ public class Main {
|
||||||
System.out.println(spiel.getSpielzeit());
|
System.out.println(spiel.getSpielzeit());
|
||||||
sf.refresh();
|
sf.refresh();
|
||||||
try {
|
try {
|
||||||
Thread.sleep(200);
|
Thread.sleep(10);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
// TODO Auto-generated catch block
|
// TODO Auto-generated catch block
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
System.out.println(spiel.heimteam.tore+":"+spiel.auswärtsteam.tore);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue