PlotSquared/Bukkit
Alexander Söderberg 10dbcbcdbd Prevent NPE in entityDamage
This is done by creating a fake (WE) entity type in the case that the entity type name is null. In these cases, WE has no equivalent.

By doing this, all entity category contains check will fail, and it will default to the PVE check at the bottom of the if-else if chain.
2020-05-12 10:05:47 +02:00
..
src/main Prevent NPE in entityDamage 2020-05-12 10:05:47 +02:00
build.gradle Merge features/v5/internal-updates into api/v5/packages 2020-04-16 06:11:03 +02:00
pom.xml Merge features/v5/internal-updates into api/v5/packages 2020-04-16 06:11:03 +02:00