Remove TNT from SG placeable and breakable
This commit is contained in:
parent
510b6bcf80
commit
ad967a092a
@ -238,10 +238,6 @@ public class SurvivalGames extends SoloGame
|
|||||||
PlaySoundGameStart = false;
|
PlaySoundGameStart = false;
|
||||||
PrepareTime = 15000;
|
PrepareTime = 15000;
|
||||||
|
|
||||||
// Blocks
|
|
||||||
BlockBreakAllow.add(Material.TNT.getId()); // TNT
|
|
||||||
BlockPlaceAllow.add(Material.TNT.getId());
|
|
||||||
|
|
||||||
BlockBreakAllow.add(Material.WEB.getId()); // Web
|
BlockBreakAllow.add(Material.WEB.getId()); // Web
|
||||||
BlockPlaceAllow.add(Material.WEB.getId());
|
BlockPlaceAllow.add(Material.WEB.getId());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user