made use ability teleport player back to where they should be
This commit is contained in:
parent
5d59b1a015
commit
a9c7f088f3
@ -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<>();
|
||||
|
Loading…
Reference in New Issue
Block a user