Remove potatoe message
This commit is contained in:
parent
aaccb6fd48
commit
2e0c9d3965
@ -49,7 +49,6 @@ public class StealEnemyPotatoesGoal extends ObjectiveGoal<AttackEnemyObjective>
|
||||
protected void customStart(Player player)
|
||||
{
|
||||
_playersMap.put(player.getUniqueId(), new AtomicInteger(0));
|
||||
UtilPlayer.message(player, F.main("Clans", "Now that you have blown a hole in the enemy's base, go and steal their potatoes."));
|
||||
|
||||
TutorialSession session = getObjective().getPlugin().getTutorialSession(player);
|
||||
session.setMapTargetLocation(getObjective().getPlugin().getCenter(session.getRegion(), ClansMainTutorial.Bounds.ENEMY_LAND));
|
||||
|
Loading…
Reference in New Issue
Block a user