diff options
Diffstat (limited to '')
-rw-r--r-- | src/BlockID.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockID.h b/src/BlockID.h index 612eee1fc..d5b3da672 100644 --- a/src/BlockID.h +++ b/src/BlockID.h @@ -806,6 +806,7 @@ enum eDamageType dtPotionOfHarming, dtEnderPearl, // Thrown an ender pearl, teleported by it dtAdmin, // Damage applied by an admin command + dtExplosion, // Damage applied by an explosion // Some common synonyms: dtPawnAttack = dtAttack, |