This commit is contained in:
GordonDaFreeman 2017-09-20 18:53:38 +02:00
parent 8184bbc5f8
commit ff342f33ba
1 changed files with 2 additions and 0 deletions

View File

@ -36,8 +36,10 @@ public class Spiel {
Team nichtballteam;
if(ballBesitz){
ballteam = heimteam;
nichtballteam = auswärtsteam;
}else{
ballteam = auswärtsteam;
nichtballteam = heimteam;
}
}