mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
Release 7.3.4
Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
parent
d9537ee9df
commit
7b233c944a
@ -1455,7 +1455,7 @@ public abstract class PlotArea implements ComponentLike {
|
||||
/**
|
||||
* Get the maximum height that changes to plot components (wall filling, air, all etc.) may operate to
|
||||
*
|
||||
* @since TODO
|
||||
* @since 7.3.4
|
||||
*/
|
||||
public int getMaxComponentHeight() {
|
||||
return this.maxBuildHeight;
|
||||
@ -1464,7 +1464,7 @@ public abstract class PlotArea implements ComponentLike {
|
||||
/**
|
||||
* Get the minimum height that changes to plot components (wall filling, air, all etc.) may operate to
|
||||
*
|
||||
* @since TODO
|
||||
* @since 7.3.4
|
||||
*/
|
||||
public int getMinComponentHeight() {
|
||||
return this.minBuildHeight;
|
||||
|
@ -22,7 +22,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.intellectualsites.plotsquared"
|
||||
version = "7.3.4-SNAPSHOT"
|
||||
version = "7.3.4"
|
||||
|
||||
if (!File("$rootDir/.git").exists()) {
|
||||
logger.lifecycle("""
|
||||
|
Loading…
Reference in New Issue
Block a user