PlotSquared/Bukkit/src/main/java
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
..
com/plotsquared/bukkit Prevent NPE in entityDamage 2020-05-12 10:05:47 +02:00