Remove fire disable from explosive mutation

This commit is contained in:
Ashcon Partovi 2018-05-13 13:07:26 -07:00 committed by GitHub
parent 64512b5b6a
commit a147b9180a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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