mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 08:25:31 +00:00
Correct structure not found message
This commit is contained in:
parent
55a74636a0
commit
9b27748ed3
@ -86,7 +86,7 @@ public class AsyncStructureFinder implements Runnable {
|
|||||||
Bukkit.getScheduler().runTask(Terra.getInstance(), () -> p.teleport(new Location(p.getWorld(), finalX, p.getLocation().getY(), finalZ)));
|
Bukkit.getScheduler().runTask(Terra.getInstance(), () -> p.teleport(new Location(p.getWorld(), finalX, p.getLocation().getY(), finalZ)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
p.sendMessage("Unable to locate structure. " + spawn);
|
else p.sendMessage("Unable to locate structure. " + spawn);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user