diff options
author | Mattes D <github@xoft.cz> | 2014-02-03 19:55:23 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-02-03 19:55:23 +0100 |
commit | 2450d0467f624e4b89c5867371f74548f18a134c (patch) | |
tree | 1dff7d0805ceef2baffdf5bdf73b632c0ba28b08 /src/BlockID.h | |
parent | Fixed socket leaking. (diff) | |
parent | Inversed condition (diff) | |
download | cuberite-2450d0467f624e4b89c5867371f74548f18a134c.tar cuberite-2450d0467f624e4b89c5867371f74548f18a134c.tar.gz cuberite-2450d0467f624e4b89c5867371f74548f18a134c.tar.bz2 cuberite-2450d0467f624e4b89c5867371f74548f18a134c.tar.lz cuberite-2450d0467f624e4b89c5867371f74548f18a134c.tar.xz cuberite-2450d0467f624e4b89c5867371f74548f18a134c.tar.zst cuberite-2450d0467f624e4b89c5867371f74548f18a134c.zip |
Diffstat (limited to 'src/BlockID.h')
-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 b31c589b9..f53440ec8 100644 --- a/src/BlockID.h +++ b/src/BlockID.h @@ -801,6 +801,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, |