Remove fire disable from explosive mutation
This commit is contained in:
parent
64512b5b6a
commit
a147b9180a
|
@ -27,7 +27,6 @@ public class ExplosiveMutation extends KitMutation {
|
|||
public ExplosiveMutation(Match match) {
|
||||
super(match, false);
|
||||
this.rewards.add(new KillReward(TNT));
|
||||
world().setGameRuleValue("doFireTick", "false");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue