Archived
1
0

-Fixed: Array not created before being used

This commit is contained in:
Tony Grosinger 2011-09-19 12:02:37 -07:00
parent aab755aaef
commit 2d5235222d
2 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public class DroneListItem {
team = theTeam;
waiting = 0;
inventory = new Inventory(this);
currentObjectives = new ArrayList<Objective>();
// Place itself in the world
Nomads.awesomeWorld.placeNewDrone(this);