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
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
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} * {@return whether the given location is valid in the world}
* @param location the location to check * @param location the location to check
* @since TODO * @since 7.3.6
*/ */
public static boolean isValidLocation(Location location) { public static boolean isValidLocation(Location location) {
return Math.abs(location.getX()) < 30000000 && Math.abs(location.getZ()) < 30000000; return Math.abs(location.getX()) < 30000000 && Math.abs(location.getZ()) < 30000000;

View File

@ -22,7 +22,7 @@ plugins {
} }
group = "com.intellectualsites.plotsquared" group = "com.intellectualsites.plotsquared"
version = "7.3.6-SNAPSHOT" version = "7.3.6"
if (!File("$rootDir/.git").exists()) { if (!File("$rootDir/.git").exists()) {
logger.lifecycle(""" logger.lifecycle("""