Skip to content

Commit 9241894

Browse files
Merge remote-tracking branch 'origin/engine' into client
2 parents c30fc94 + f188d52 commit 9241894

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

engine/src/main/battlecode/world/GameWorld.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ public GameWorld(LiveMap gm, RobotControlProvider cp, GameMaker.MatchMaker match
131131
RobotInfo robot = initialBodies[i];
132132
MapLocation newLocation = robot.location.translate(gm.getOrigin().x, gm.getOrigin().y);
133133
spawnRobot(robot.ID, robot.type, newLocation, robot.team);
134-
InternalRobot tower = getRobot(newLocation);
135-
tower.upgradeTower(tower.getType().getNextLevel());
136134
this.towerLocations.add(newLocation);
137135
towersByLoc[locationToIndex(newLocation)] = robot.team;
138136
}

0 commit comments

Comments
 (0)