Remove TNT from SG placeable and breakable

This commit is contained in:
libraryaddict 2015-03-25 16:19:56 +13:00
parent 510b6bcf80
commit ad967a092a

View File

@ -238,10 +238,6 @@ public class SurvivalGames extends SoloGame
PlaySoundGameStart = false;
PrepareTime = 15000;
// Blocks
BlockBreakAllow.add(Material.TNT.getId()); // TNT
BlockPlaceAllow.add(Material.TNT.getId());
BlockBreakAllow.add(Material.WEB.getId()); // Web
BlockPlaceAllow.add(Material.WEB.getId());