This commit is contained in:
Sem van der Hoeven
2020-06-06 22:48:45 +02:00
parent cb2ef909eb
commit 272a3c6966

View File

@@ -117,7 +117,6 @@ public class MainGame extends ApplicationAdapter {
this.team = new Team();
this.enemyTeam = new Team();
System.out.println(this.chosenFaction);
for (int i = 1; i <= 5; i++) {
GameCharacter temp = new Hacker("hacker" + i, characters[5][0], new BodySwap("test"));