Release 7.3.6

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes
2024-03-10 17:57:59 +01:00
parent 2321831044
commit 1ee76bf2d9
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ public abstract class WorldUtil {
/**
* {@return whether the given location is valid in the world}
* @param location the location to check
* @since TODO
* @since 7.3.6
*/
public static boolean isValidLocation(Location location) {
return Math.abs(location.getX()) < 30000000 && Math.abs(location.getZ()) < 30000000;