mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Rename revision 2
This commit is contained in:
@@ -90,12 +90,12 @@ public class BlockCactus extends Block {
|
||||
world.getServer().getPluginManager().callEvent(event);
|
||||
|
||||
if (!event.isCancelled()) {
|
||||
entity.damageEntity(DamageSource.g, event.getDamage());
|
||||
entity.damageEntity(DamageSource.CACTUS, event.getDamage());
|
||||
}
|
||||
return;
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
entity.damageEntity(DamageSource.g, 1);
|
||||
entity.damageEntity(DamageSource.CACTUS, 1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user