Remove potatoe message

This commit is contained in:
phobia 2016-04-04 17:34:39 +10:00
parent aaccb6fd48
commit 2e0c9d3965

View File

@ -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));