fixed tore
This commit is contained in:
parent
ffd3e0bb57
commit
de0af0538f
|
|
@ -215,6 +215,11 @@ public class Spiel {
|
||||||
heimteam.setPositions(true);
|
heimteam.setPositions(true);
|
||||||
auswärtsteam.setPositions(false);
|
auswärtsteam.setPositions(false);
|
||||||
}
|
}
|
||||||
|
if(ballBesitz){
|
||||||
|
b.s = heimteam.spieler[9];
|
||||||
|
}else{
|
||||||
|
b.s = auswärtsteam.spieler[9];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void ballWechsel(){
|
public void ballWechsel(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue