fixes for shaun

This commit is contained in:
Ben 2016-03-25 01:33:55 +00:00
parent 87b1bf7dd0
commit d23804be70

View File

@ -1,5 +1,6 @@
package mineplex.game.clans.tutorial.tutorials.clans.objective.goals.clan;
import java.util.HashMap;
import java.util.UUID;
import java.util.concurrent.atomic.AtomicInteger;
@ -26,8 +27,6 @@ public class StealEnemyPotatoesGoal extends ObjectiveGoal<ClanObjective>
public StealEnemyPotatoesGoal(ClanObjective objective)
{
super(objective, "Steal Enemy Potatoes", "Steal the enemies potatoes");
_playersMap = new HashMap<>();
}
@Override