Fixed spam related to minecart damage.
For real this time, I hope. :)
This commit is contained in:
@@ -614,8 +614,9 @@ class EntityEventHandler implements Listener
|
||||
if(claim != null)
|
||||
{
|
||||
event.setCancelled(true);
|
||||
return;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if(damageSource.getType() == EntityType.PLAYER)
|
||||
|
||||
Reference in New Issue
Block a user