Merge branch 'v5' into backups

# Conflicts:
#	Core/src/main/java/com/plotsquared/core/configuration/Captions.java
This commit is contained in:
Alexander Söderberg
2020-05-11 20:15:48 +02:00
6 changed files with 117 additions and 26 deletions

View File

@ -2993,7 +2993,6 @@ public class PlayerEvents extends PlotListener implements Listener {
}
}
@EventHandler public void onDeath(final PlayerDeathEvent event) {
final Plot plot = BukkitUtil.getPlayer(event.getEntity()).getCurrentPlot();
if (plot != null && plot.getFlag(KeepInventoryFlag.class)) {