Replaced esCreeper with esMonster.
Any monster will be able to explode, and also this fixes #425.
This commit is contained in:
@@ -833,14 +833,17 @@ enum eExplosionSource
|
||||
{
|
||||
esOther,
|
||||
esPrimedTNT,
|
||||
esCreeper,
|
||||
esMonster,
|
||||
esBed,
|
||||
esEnderCrystal,
|
||||
esGhastFireball,
|
||||
esWitherSkullBlack,
|
||||
esWitherSkullBlue,
|
||||
esWitherBirth,
|
||||
esPlugin
|
||||
esPlugin,
|
||||
|
||||
// Obsolete constants, kept for compatibility, will be removed after some time:
|
||||
esCreeper = esMonster,
|
||||
} ;
|
||||
|
||||
// tolua_end
|
||||
|
||||
Reference in New Issue
Block a user