Compare commits

..

1 Commits

Author SHA1 Message Date
0ff33aff3c Remove static print out of legacy schematic URL
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-02-16 18:58:00 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -551,7 +551,6 @@ public class EventDispatcher {
)
);
}
return false;
}
default -> {
}

View File

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