made use ability teleport player back to where they should be

This commit is contained in:
NewGarbo 2015-12-06 19:10:18 +00:00
parent 5d59b1a015
commit a9c7f088f3

View File

@ -43,7 +43,7 @@ public class TaskUseAbility extends TutorialTask<TutorialGettingStarted>
+ "Purchase an Iron Axe from the PvP Shop. "
+ "Right-Click with your Iron Axe to use your Axe Ability!";
// _taskPos = new Location(Spawn.getSpawnWorld(), 19, 66, -305.844, -100f, 0f);
_taskPos = new Location(Spawn.getSpawnWorld(), 19, 66, -305.844, -100f, 0f);
}
private NautHashMap<String, NautArrayList<Material>> _bought = new NautHashMap<>();