Compare commits

..

1 Commits

Author SHA1 Message Date
Pierre Maurice Schwang
93bb134782 fix: return false if PLACE_VEHICLE and missing flag 2024-02-17 20:28:17 +01:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -34,7 +34,7 @@ serverlib = "2.3.4"
# Gradle plugins
shadow = "8.1.1"
grgit = "5.2.2"
grgit = "4.1.1"
spotless = "6.25.0"
nexus = "1.3.0"
runPaper = "2.2.3"