Remove explode sub command

This commit is contained in:
modmuss50 2016-03-23 18:08:29 +00:00
parent 8f3b3ede78
commit d9eded60cc

View file

@ -69,10 +69,6 @@ public class TechRebornDevCommand extends CommandBase {
}
}
}
}else if ("explode".equals(args[0])) {
EntityPlayerMP playerMP = (EntityPlayerMP) sender;
RebornExplosion explosion = new RebornExplosion(playerMP.getPosition(), playerMP.worldObj, 40);
explosion.explode();
}
}
}