fixes for shaun
This commit is contained in:
parent
87b1bf7dd0
commit
d23804be70
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user