fix constructor ball spiel

This commit is contained in:
GordonDaFreeman 2017-09-24 22:50:31 +02:00
parent a2405abab4
commit 57510917ec
1 changed files with 2 additions and 0 deletions

View File

@ -29,8 +29,10 @@ public class Spiel {
b = new Ball();
if(ballBesitz){
b.s = heimteam.spieler[9];
heimteam.spieler[9].setBall(b);
}else{
b.s = auswärtsteam.spieler[9];
auswärtsteam.spieler[9].setBall(b);
}
}