Merge pull request #12 from SemvdH/temp

Temp
This commit is contained in:
SemvdH
2020-06-06 22:51:19 +02:00
committed by GitHub

View File

@@ -120,7 +120,6 @@ public class MainGame extends ApplicationAdapter implements DataCallback {
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"));