mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 18:40:46 +00:00
Correct structure not found message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user