Remove TNT from BlastMining list onBlockBreak (when not broken by Flint

& Steel)
This commit is contained in:
GJ 2012-02-18 11:23:03 -05:00
parent a1d5eaa846
commit e997c32c6c

View File

@ -155,10 +155,10 @@ public class mcBlockListener implements Listener
*/ */
//TNT removal checks - needed for Blast Mining //TNT removal checks - needed for Blast Mining
// if(block.getTypeId() == 46 && inhand != ) if(block.getTypeId() == 46 && inhand.getTypeId() != 259)
// { {
// plugin.misc.tntTracker.remove(block); plugin.misc.tntTracker.remove(block);
// } }
//Green Terra //Green Terra
if(PP.getHoePreparationMode() && mcPermissions.getInstance().herbalismAbility(player) && block.getTypeId() == 59 && block.getData() == (byte) 0x07) if(PP.getHoePreparationMode() && mcPermissions.getInstance().herbalismAbility(player) && block.getTypeId() == 59 && block.getData() == (byte) 0x07)