tor counter

This commit is contained in:
GordonDaFreeman 2017-09-24 23:22:51 +02:00
parent 8fb4e83115
commit fb2b89d7c9
1 changed files with 2 additions and 1 deletions

View File

@ -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);
} }
} }