mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 23:47:50 +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)));
|
||||
}
|
||||
}
|
||||
p.sendMessage("Unable to locate structure. " + spawn);
|
||||
else p.sendMessage("Unable to locate structure. " + spawn);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user