mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 16:49:10 +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)));
|
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